1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/icecast/docker-compose.yml

6 lines
88 B
YAML
Raw Normal View History

2016-07-09 20:19:09 +02:00
icecast:
image: vimagick/icecast
ports:
- "8000:8000"
2020-02-09 14:12:43 +02:00
restart: unless-stopped