docker: reverd

This commit is contained in:
Cyberes 2023-10-15 12:03:16 -06:00
parent b1d73abfd8
commit d4b6d7ef82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ user=apiserver
environment=HOME="/home/apiserver",USER="apiserver"
[program:jupyter]
command=/jupyterlab/bin/jupyter lab --no-browser --LabApp.trust_xheaders=True --LabApp.disable_check_xsrf=False --LabApp.allow_remote_access=True --LabApp.allow_origin='*'
command=/jupyterlab/bin/jupyter lab --no-browser --allow-root --ip=0.0.0.0 --LabApp.trust_xheaders=True --LabApp.disable_check_xsrf=False --LabApp.allow_remote_access=True --LabApp.allow_origin='*'
environment=SHELL="/bin/bash"
autostart=true
autorestart=true