Leave Transmission port unset, add rdc shortcut script

main
mat ess 2023-07-29 11:17:59 -04:00
parent 0a6b0bd7c7
commit 81e8bc2520
2 changed files with 3 additions and 1 deletions

2
rdc Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env fish
remote-docker-compose matlab $argv

View File

@ -93,7 +93,7 @@ function(secrets={})
env={
USER: 'mat',
PASS: std.get(secrets, 'TRANSMISSION_PASS'),
PEERPORT: 55249,
// PEERPORT: 55249,
},
mounts={ torrents: '/downloads' },
webPort=9091,