mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
12 lines
266 B
YAML
12 lines
266 B
YAML
notebook:
|
|
image: jupyter/minimal-notebook
|
|
ports:
|
|
- "8888:8888"
|
|
volumes:
|
|
- ./work:/home/jovyan/work
|
|
# - ./notebook.pem:/home/jovyan/.local/share/jupyter/notebook.pem
|
|
# environment:
|
|
# - PASSWORD=YOURPASS
|
|
# - USE_HTTPS=yes
|
|
restart: unless-stopped
|