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 - TZ=Europe/London
- WEBUI_PORT=8080 - WEBUI_PORT=8080
volumes: volumes:
- ./qbittorrent-conf/config:/config - qbittorrent-conf:/config
- downloads:/downloads - qbittorrent-downloads:/downloads
#ports: #ports:
# - 8080:8080 # - 8080:8080
# - 6881:6881 # - 6881:6881
@ -147,8 +147,11 @@ volumes:
dbdata: dbdata:
name: dbdata name: dbdata
downloads: qbittorrent-downloads:
name: downloads name: qbittorrent-downloads
qbittorrent-conf:
name: qbittorrent-conf
postgres-data: postgres-data:
name: postgres-data name: postgres-data