mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 16:23:05 +02:00
9 lines
265 B
YAML
Executable File
9 lines
265 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
|
|
restart: ${RESTART:-unless-stopped} |