Add compose.yml
parent
82e067515c
commit
81f123080d
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
server:
|
||||||
|
image: cupcakearmy/static
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8000:80
|
||||||
|
volumes:
|
||||||
|
- ./root/:/srv/:ro
|
Loading…
Reference in New Issue