mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
Move config to volume
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
1fadb8821f
commit
93b567dace
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user