Browse Source

add ip for local

Nguyễn Minh Tuấn 5 years ago
parent
commit
4852eea0ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -5,4 +5,4 @@ jupyterlab:
     - "8888:8888"
   volumes:
     - ./data:/opt/app/data
-  entrypoint: sh -c 'jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data --allow-root'
+  entrypoint: sh -c 'jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --notebook-dir=/opt/app/data --allow-root'