name: jupyter services: base-notebook: ports: - 8888:8888 volumes: - /share/docker_data/jupyter:/home/jovyan/work image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest