diff --git a/compose.yaml b/compose.yaml index 2bde75d..63c7434 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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