Skip to content

Commit e95298f

Browse files
authored
Removed bookmark from transmission volumes.yml
1 parent dc1c366 commit e95298f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.templates/transmission/volumes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
driver_opts:
55
o: bind
66
type: none
7-
device: <transm_download_volume absolute path on disk>
7+
device: /home/${USER}/IOTstack/.volumes/transmission/downloads
88

99
transm_watch_volume:
1010
driver: local
1111
driver_opts:
1212
o: bind
1313
type: none
14-
device: <transm_watch_volume absolute path on disk>
14+
device: /home/${USER}/IOTstack/.volumes/transmission/watch
1515

1616
transm_config_volume:
1717
driver: local
1818
driver_opts:
1919
o: bind
2020
type: none
21-
device: <transm_config_volume absolute path on disk>
21+
device: /home/${USER}/IOTstack/.volumes/transmission/config

0 commit comments

Comments
 (0)