mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
15 lines
241 B
YAML
15 lines
241 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
darkice:
|
||
|
image: vimagick/darkice
|
||
|
volumes:
|
||
|
- ./data/etc:/etc/darkice
|
||
|
- ./data/var:/var/lib/darkice
|
||
|
restart: unless-stopped
|
||
|
|
||
|
networks:
|
||
|
default:
|
||
|
external: true
|
||
|
name: icecast_default
|