1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/icecast/docker-compose.yml
2021-10-18 12:06:54 +08:00

11 lines
210 B
YAML

version: "3.8"
services:
icecast:
image: vimagick/icecast
ports:
- "8000:8000"
volumes:
# ./data/etc:/etc/icecast:ro
- ./data/log:/var/log/icecast:rw
restart: unless-stopped