Remove extra port mappings

This commit is contained in:
2023-06-11 00:16:49 +01:00
parent ecd68fbd3b
commit d50563444a

View File

@ -67,12 +67,7 @@ with lib.my;
-o ServerAliveInterval=60 \ -o ServerAliveInterval=60 \
-o TCPKeepAlive=no \ -o TCPKeepAlive=no \
-i %h/.ssh/id_jellyfin \ -i %h/.ssh/id_jellyfin \
-R localhost:3579:localhost:3579 \
-R localhost:7878:localhost:7878 \
-R localhost:8000:localhost:8000 \ -R localhost:8000:localhost:8000 \
-R localhost:8096:localhost:8096 \
-R localhost:8686:localhost:8686 \
-R localhost:8989:localhost:8989 \
jellyfin@vps1.mesh.vimium.net jellyfin@vps1.mesh.vimium.net
''; '';
Restart="on-failure"; Restart="on-failure";