Update compose.yaml
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user