mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
8 lines
221 B
YAML
Executable File
8 lines
221 B
YAML
Executable File
name: jupyter
|
|
services:
|
|
base-notebook:
|
|
ports:
|
|
- 8888:8888
|
|
volumes:
|
|
- /share/docker_data/jupyter:/home/jovyan/work
|
|
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest |