Remove deemix config
This commit is contained in:
parent
2416c65571
commit
78031c3ced
|
|
@ -1,16 +0,0 @@
|
|||
services:
|
||||
deemix:
|
||||
image: registry.gitlab.com/bockiii/deemix-docker:latest
|
||||
container_name: deemix
|
||||
hostname: deemix
|
||||
volumes:
|
||||
# Config
|
||||
- $APPDATA/deemix:/config
|
||||
# Downloads
|
||||
- $MUSIC_DOWNLOADS:/downloads
|
||||
environment:
|
||||
PUID: $PUID
|
||||
PGID: $PGID
|
||||
ports:
|
||||
- 6595:6595
|
||||
restart: unless-stopped
|
||||
Reference in a new issue