Leave Transmission port unset, add rdc shortcut script
parent
0a6b0bd7c7
commit
81e8bc2520
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
remote-docker-compose matlab $argv
|
|
@ -93,7 +93,7 @@ function(secrets={})
|
||||||
env={
|
env={
|
||||||
USER: 'mat',
|
USER: 'mat',
|
||||||
PASS: std.get(secrets, 'TRANSMISSION_PASS'),
|
PASS: std.get(secrets, 'TRANSMISSION_PASS'),
|
||||||
PEERPORT: 55249,
|
// PEERPORT: 55249,
|
||||||
},
|
},
|
||||||
mounts={ torrents: '/downloads' },
|
mounts={ torrents: '/downloads' },
|
||||||
webPort=9091,
|
webPort=9091,
|
||||||
|
|
Loading…
Reference in New Issue