Enable volume

This commit is contained in:
2019-07-05 13:39:18 +10:00
parent ff2bbd0ca3
commit bcdce30fb5
+2 -2
View File
@@ -3,8 +3,8 @@ services:
jupyter:
tty: true
restart: unless-stopped
# volumes:
# - /mnt/jupyter-data:/home/jovyan/work
volumes:
- /mnt/jupyter-data:/home/jovyan/work
ports:
- 18888:8888
image: jupyter/tensorflow-notebook:latest