Skip to content

Commit 0007174

Browse files
committed
forgot to add named persistent volume to transmission in vpn mode
1 parent 8002a5e commit 0007174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.transmission-vpn.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
- 1.1.1.1 # cloudflare dns primary
4747
- 1.0.0.1 # cloudflare dns secondary
4848
volumes:
49+
- transmission-db:/config
4950
- ${HOST_DOWNLOAD_PATH:-/tmp}:/data
5051
- /etc/localtime:/etc/localtime:ro
5152
sysctls:
@@ -86,3 +87,5 @@ volumes:
8687
driver: local
8788
jackett-config:
8889
driver: local
90+
transmission-db:
91+
driver: local

0 commit comments

Comments
 (0)