1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00
dockerfiles/ices/docker-compose.yml

16 lines
211 B
YAML
Raw Normal View History

2017-03-06 00:40:01 +08:00
ices:
2017-04-22 16:51:33 +08:00
image: vimagick/ices
2017-03-06 00:40:01 +08:00
volumes:
2017-03-24 00:00:41 +08:00
- ./data:/etc/ices
2017-03-06 00:40:01 +08:00
devices:
- /dev/snd
links:
- icecast
restart: always
icecast:
2017-04-22 16:51:33 +08:00
image: vimagick/icecast
2017-03-06 00:40:01 +08:00
ports:
- "8000:8000"
restart: always