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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user