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' version: '3.8'
services: services:
deemix: deemix:
image: registry.gitlab.com/bockiii/deemix-docker image: ghcr.io/bambanah/deemix:latest
container_name: Deemix container_name: Deemix
volumes: volumes:
- /mnt/hdd/Media/Music:/downloads - /mnt/hdd/Media/Music:/downloads
- /home/shrek/docker/data/deemix:/config - /opt/02_media_downloader/deemix:/config
environment: environment:
- DEEMIX_SINGLE_USER=true - DEEMIX_SINGLE_USER=true
ports: # ports:
- '6595:6595' # - '6595:6595'
networks: networks:
- bragi-local - bragi-local
restart: unless-stopped restart: unless-stopped