1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/jupyter/docker-compose.yml

9 lines
161 B
YAML
Raw Normal View History

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