volumes useage correction

This commit is contained in:
2019-07-05 14:19:03 +10:00
parent dc8d14434a
commit a3fe6046e9
+2 -2
View File
@@ -5,10 +5,10 @@ services:
restart: unless-stopped
volumes:
- /mnt/jupyter-data:/home/jovyan/work
- /mnt/jupyter-config:/home/jovyan/.jupyter
ports:
- 18888:8888
image: jupyter/tensorflow-notebook:latest
environment:
- /mnt/jupyter-config:/home/jovyan/.jupyter
- GRANT_SUDO=yes
- GRANT_SUDO=yes
- JUPYTER_ENABLE_LAB=yes