This commit is contained in:
2025-04-24 09:42:11 +02:00
parent 8ab0543964
commit 798351adea

View File

@ -5,4 +5,5 @@ services:
- 8888:8888
volumes:
- /share/docker_data/jupyter:/home/jovyan/work
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
restart: ${RESTART:-unless-stopped}