File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
internal/testdata/containers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ checks:
4040 description : 🌏 Exposes an HTTP interface on port 8888
4141 probe :
4242 httpGet :
43- path : /
43+ path : /hub/jovyan
4444 port : 8888
4545 failureThreshold : 30
4646 - name : NB_PREFIX
@@ -54,7 +54,7 @@ checks:
5454 description : " 🔓 Sets 'Access-Control-Allow-Origin: *' header"
5555 probe :
5656 httpGet :
57- path : /
57+ path : /hub/jovyan
5858 port : 8888
5959 httpHeaders :
6060 - name : User-Agent
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ ENV PATH=/home/jovyan/.local/bin:$PATH
1313
1414RUN pip install jupyterlab
1515
16- CMD jupyter lab --ip=0.0.0.0 --NotebookApp .allow_origin="*"
16+ CMD jupyter lab --ip=0.0.0.0 --ServerApp .allow_origin="*" --ServerApp.base_url= "$NB_PREFIX "
You can’t perform that action at this time.
0 commit comments