Skip to content

Commit 63e5207

Browse files
chaturvediknajiridanek
authored andcommitted
RHOAIENG-17307: feat(jupyterlab): update ServerApp.ip configuration to accommodate IPv6 environments
1 parent cdb479d commit 63e5207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter/minimal/ubi9-python-3.11/start-notebook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ fi
3535

3636
# Start the JupyterLab notebook
3737
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
38-
--ServerApp.ip=0.0.0.0 \
38+
--ServerApp.ip="" \
3939
--ServerApp.allow_origin="*" \
4040
--ServerApp.open_browser=False

0 commit comments

Comments
 (0)