9 lines
143 B
YAML
9 lines
143 B
YAML
|
services:
|
||
|
server:
|
||
|
image: cupcakearmy/static
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 8000:80
|
||
|
volumes:
|
||
|
- ./root/:/srv/:ro
|