1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/icecast/docker-compose.yml

11 lines
210 B
YAML
Raw Normal View History

2021-10-18 06:06:54 +02:00
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