1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/ices/arm/docker-compose.yml

16 lines
215 B
YAML
Raw Normal View History

2017-03-05 18:40:01 +02:00
ices:
image: easypi/ices-arm
volumes:
2017-03-23 18:00:41 +02:00
- ./data:/etc/ices
2017-03-05 18:40:01 +02:00
devices:
- /dev/snd
links:
- icecast
restart: always
icecast:
image: easypi/icecast-arm
ports:
- "8000:8000"
restart: always