Skip to content

Commit 539a098

Browse files
authored
Merge pull request gcgarner#125 from SensorsIot/transmission-vol-fix
Updated transmissions service.yml so that volumes work with no config…
2 parents f0c7c77 + f6357a8 commit 539a098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.templates/transmission/service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
- PGID=1000
77
- TZ=Europe/Rome
88
volumes:
9-
- transm_config_volume:/config
10-
- transm_download_volume:/downloads
11-
- transm_watch_volume:/watch
9+
- ./volumes/transmission/downloads:/config
10+
- ./volumes/transmission/downloads:/downloads
11+
- ./volumes/transmission/watch:/watch
1212
ports:
1313
- "9091:9091"
1414
- "51413:51413"

0 commit comments

Comments
 (0)