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

9 lines
161 B
YAML
Raw Normal View History

2016-05-27 05:24:39 +00:00
notebook:
2020-09-09 07:01:34 +00:00
image: jupyter/scipy-notebook
hostname: jupyter-notebook
2016-05-27 05:24:39 +00:00
ports:
- "8888:8888"
volumes:
2020-04-22 10:17:32 +00:00
- ./data:/home/jovyan
2016-05-27 05:24:39 +00:00
restart: unless-stopped