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

11 lines
214 B
YAML

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