We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d8859 commit e2ba35bCopy full SHA for e2ba35b
docs/development/tests.md
@@ -43,7 +43,7 @@ LOCAL_PORT=8000
43
REMOTE_USER=...
44
REMOTE_HOST_IP=...
45
46
-ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:$REMOTE_HOST_IP:$REMOTE_PORT -N
+ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:127.0.0.1:$REMOTE_PORT -N
47
```
48
should work and forward the remote port `REMOTE_PORT` to the `LOCAL_PORT` on
49
localhost, so that `fractal-web` can use it from the local machine. Note that
0 commit comments