1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/icecast/docker-compose.yml
2020-02-09 20:12:43 +08:00

6 lines
88 B
YAML

icecast:
image: vimagick/icecast
ports:
- "8000:8000"
restart: unless-stopped