deemix-docker/docker-compose.yml

16 lines
419 B
YAML
Raw Normal View History

2020-06-05 19:25:27 +00:00
version: '3.3'
services:
deemix:
image: registry.gitlab.com/bockiii/deemix-docker
2020-06-05 19:25:27 +00:00
container_name: Deemix
volumes:
- /your/storage/path/:/downloads
- /your/config/location:/config
environment:
- PUID=1000
- PGID=1000
- ARL=1234567
2020-06-12 21:57:48 +00:00
- UMASK_SET=022
2020-09-10 19:11:04 +00:00
- DEEZUI=false
2020-06-05 19:25:27 +00:00
ports:
2020-06-11 18:45:28 +00:00
- 6595:6595