mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
version: '3.3'
|
|
services:
|
|
deemix:
|
|
image: registry.gitlab.com/bockiii/deemix-docker
|
|
container_name: Deemix
|
|
volumes:
|
|
- /your/storage/path/:/downloads
|
|
- /your/config/location:/config
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK_SET=022
|
|
ports:
|
|
- 6595:6595 |