File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ # create directories for named volumes
4
+ TRANSMISSION_BASEDIR=.volumes/transmission
5
+ mkdir -p $TRANSMISSION_BASEDIR /downloads
6
+ mkdir -p $TRANSMISSION_BASEDIR /watch
7
+ mkdir -p $TRANSMISSION_BASEDIR /config
Original file line number Diff line number Diff line change 4
4
driver_opts :
5
5
o : bind
6
6
type : none
7
- device : /home/${USER}/IOTstack/ .volumes/transmission/downloads
7
+ device : .volumes/transmission/downloads
8
8
9
9
transm_watch_volume :
10
10
driver : local
11
11
driver_opts :
12
12
o : bind
13
13
type : none
14
- device : /home/${USER}/IOTstack/ .volumes/transmission/watch
14
+ device : .volumes/transmission/watch
15
15
16
16
transm_config_volume :
17
17
driver : local
18
18
driver_opts :
19
19
o : bind
20
20
type : none
21
- device : /home/${USER}/IOTstack/ .volumes/transmission/config
21
+ device : .volumes/transmission/config
You can’t perform that action at this time.
0 commit comments