mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
11 lines
210 B
YAML
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
|