1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/jupyter/docker-compose.yml

8 lines
134 B
YAML
Raw Normal View History

2016-05-27 05:24:39 +00:00
notebook:
2016-05-27 06:34:08 +00:00
image: jupyter/minimal-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