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.
1 parent dc1c366 commit e95298fCopy full SHA for e95298f
.templates/transmission/volumes.yml
@@ -4,18 +4,18 @@
4
driver_opts:
5
o: bind
6
type: none
7
- device: <transm_download_volume absolute path on disk>
+ device: /home/${USER}/IOTstack/.volumes/transmission/downloads
8
9
transm_watch_volume:
10
driver: local
11
12
13
14
- device: <transm_watch_volume absolute path on disk>
+ device: /home/${USER}/IOTstack/.volumes/transmission/watch
15
16
transm_config_volume:
17
18
19
20
21
- device: <transm_config_volume absolute path on disk>
+ device: /home/${USER}/IOTstack/.volumes/transmission/config
0 commit comments