Skip to content

Commit

Permalink
revert websockify 0.0.0.0 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent 246024c commit 05c4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_remote_desktop_proxy/setup_websockify.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def setup_websockify():
'--verbose',
'--log-file=/tmp/websockify.log',
'--heartbeat=30',
'0.0.0.0:{port}',
'{port}',
]
+ websockify_args
+ ['--', '/bin/sh', '-c', f'cd {os.getcwd()} && {vnc_command}'],
Expand Down

0 comments on commit 05c4f7d

Please sign in to comment.