Add deemix/docker-compose.yaml

This commit is contained in:
2026-02-01 21:20:51 +00:00
parent 4f0c27b954
commit bfc1c4b0f5

View File

@@ -0,0 +1,14 @@
services:
deemix:
image: registry.gitlab.com/bockiii/deemix-docker
container_name: deemix
volumes:
- /docker/deemix/downloads:/downloads
- /docker/deemix/config:/config
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- DEEMIX_SINGLE_USER=true
ports:
- 8092:6595