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