1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:18 +02:00
dockerfiles/ices-arm/docker-compose.yml
2017-03-06 00:42:23 +08:00

16 lines
223 B
YAML

ices:
image: easypi/ices-arm
volumes:
- ./ices.xml:/etc/ices.xml
devices:
- /dev/snd
links:
- icecast
restart: always
icecast:
image: easypi/icecast-arm
ports:
- "8000:8000"
restart: always