1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/shoutcast/docker-compose.yml
2016-09-18 00:59:19 +08:00

9 lines
162 B
YAML

shoutcast:
image: vimagick/shoutcast
ports:
- "8000:8000"
- "8001:8001"
volumes:
- ./sc_serv.conf:/opt/shoutcast/sc_serv.conf
restart: always