Move config to volume

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2022-11-27 11:45:56 +01:00
parent 1fadb8821f
commit 93b567dace
No known key found for this signature in database
GPG Key ID: D00C6B1021747EED
2 changed files with 7 additions and 4 deletions

View File

@ -91,8 +91,8 @@ services:
- TZ=Europe/London
- WEBUI_PORT=8080
volumes:
- ./qbittorrent-conf/config:/config
- downloads:/downloads
- qbittorrent-conf:/config
- qbittorrent-downloads:/downloads
#ports:
# - 8080:8080
# - 6881:6881
@ -147,8 +147,11 @@ volumes:
dbdata:
name: dbdata
downloads:
name: downloads
qbittorrent-downloads:
name: qbittorrent-downloads
qbittorrent-conf:
name: qbittorrent-conf
postgres-data:
name: postgres-data