mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Enable volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user