Update compose.yaml

This commit is contained in:
2026-07-17 14:22:23 +02:00
parent dcbfa78cdd
commit edb38f21c6
+4 -4
View File
@@ -1,15 +1,15 @@
version: '3.8'
services:
deemix:
image: registry.gitlab.com/bockiii/deemix-docker
image: ghcr.io/bambanah/deemix:latest
container_name: Deemix
volumes:
- /mnt/hdd/Media/Music:/downloads
- /home/shrek/docker/data/deemix:/config
- /opt/02_media_downloader/deemix:/config
environment:
- DEEMIX_SINGLE_USER=true
ports:
- '6595:6595'
# ports:
# - '6595:6595'
networks:
- bragi-local
restart: unless-stopped