my-jupyterLab/docker-compose.yaml
2024-03-28 12:52:28 +01:00

10 lines
235 B
YAML

version: '3'
services:
jupyter:
build: ./build
image: ${DOCKER_IMAGENAME:-my-jupyterlab}
volumes:
- ./home:/home/jovyan
ports:
- "127.0.0.1:8888:8888"
command: "start-notebook.sh --NotebookApp.token="