We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c7c77 + f6357a8 commit 539a098Copy full SHA for 539a098
.templates/transmission/service.yml
@@ -6,9 +6,9 @@
6
- PGID=1000
7
- TZ=Europe/Rome
8
volumes:
9
- - transm_config_volume:/config
10
- - transm_download_volume:/downloads
11
- - transm_watch_volume:/watch
+ - ./volumes/transmission/downloads:/config
+ - ./volumes/transmission/downloads:/downloads
+ - ./volumes/transmission/watch:/watch
12
ports:
13
- "9091:9091"
14
- "51413:51413"
0 commit comments