my-jupyterLab/docker-compose.yaml

10 lines
189 B
YAML
Raw Normal View History

2024-03-24 14:03:10 +01:00
version: '3'
services:
jupyter:
build: ./build
volumes:
- ./home:/home/jovyan
ports:
- "127.0.0.1:8888:8888"
command: "start-notebook.sh --NotebookApp.token="