1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/ices/arm/docker-compose.yml
2017-04-22 16:53:12 +08:00

16 lines
215 B
YAML

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