mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
9 lines
164 B
YAML
9 lines
164 B
YAML
shoutcast:
|
|
image: easypi/shoutcast-arm
|
|
ports:
|
|
- "8000:8000"
|
|
- "8001:8001"
|
|
volumes:
|
|
- ./sc_serv.conf:/opt/shoutcast/sc_serv.conf
|
|
restart: always
|