1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/jupyter/docker-compose.yml
2020-09-09 15:01:34 +08:00

9 lines
161 B
YAML

notebook:
image: jupyter/scipy-notebook
hostname: jupyter-notebook
ports:
- "8888:8888"
volumes:
- ./data:/home/jovyan
restart: unless-stopped