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 4bb69d7 commit 7b6fab5Copy full SHA for 7b6fab5
src/jupyter_pgweb_proxy/__init__.py
@@ -69,7 +69,7 @@ def run_app():
69
"command": [
70
executable_name,
71
f"--host={host}",
72
- "--port={port}",
+ "--listen={port}",
73
],
74
"timeout": 100,
75
"environment": _get_env,
0 commit comments