1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/jupyter/docker-compose.yml

12 lines
266 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:
2016-05-27 06:34:08 +00:00
- ./work:/home/jovyan/work
# - ./notebook.pem:/home/jovyan/.local/share/jupyter/notebook.pem
# environment:
# - PASSWORD=YOURPASS
# - USE_HTTPS=yes
2016-05-27 05:24:39 +00:00
restart: unless-stopped