my-jupyterLab/docker-compose.yaml
2024-03-24 14:03:10 +01:00

9 lines
189 B
YAML

version: '3'
services:
jupyter:
build: ./build
volumes:
- ./home:/home/jovyan
ports:
- "127.0.0.1:8888:8888"
command: "start-notebook.sh --NotebookApp.token="