1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/icecast/docker-compose.yml

6 lines
88 B
YAML
Raw Normal View History

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