mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
14 lines
335 B
YAML
14 lines
335 B
YAML
|
version: '3.3'
|
||
|
services:
|
||
|
deemix:
|
||
|
image: bocki/deemix
|
||
|
container_name: Deemix
|
||
|
volumes:
|
||
|
- /your/storage/path/:/downloads
|
||
|
- /your/config/location:/config
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- ARL=1234567
|
||
|
ports:
|
||
|
- 9666:9666
|