docker-compose.yml use ./tmp

This commit is contained in:
youegraillot 2023-09-10 13:49:12 +02:00
parent 822af9573d
commit e8d65e75cf
2 changed files with 6 additions and 9 deletions

5
.gitignore vendored
View File

@ -1,4 +1 @@
config/ tmp/
config_deemix/
downloads/
music/

View File

@ -11,8 +11,8 @@ services:
- "8686:8686" # Lidarr web UI - "8686:8686" # Lidarr web UI
- "6595:6595" # Deemix web UI - "6595:6595" # Deemix web UI
volumes: volumes:
- ./config:/config - ./tmp/config:/config
- ./config_deemix:/config_deemix - ./tmp/config_deemix:/config_deemix
- ./downloads:/downloads - ./tmp/downloads:/downloads
- ./music:/music - ./tmp/music:/music
restart: unless-stopped restart: always