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/
config_deemix/
downloads/
music/
tmp/

View File

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