mirror of
				https://github.com/bensuperpc/infrastructure.git
				synced 2025-10-26 23:06:20 +01:00 
			
		
		
		
	| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user