1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/shoutcast/arm/docker-compose.yml

9 lines
164 B
YAML
Raw Normal View History

2016-09-17 17:09:32 +00:00
shoutcast:
image: easypi/shoutcast-arm
ports:
- "8000:8000"
- "8001:8001"
volumes:
- ./sc_serv.conf:/opt/shoutcast/sc_serv.conf
restart: always