1
0
Fork 0
jupiter-notebook-template/docker-compose.yaml

7 lines
145 B
YAML
Raw Normal View History

services:
jupyter-notebook:
image: quay.io/jupyter/base-notebook
ports:
- 8888:8888
volumes:
- ./work:/home/jovyan/work