dotter-compose/jupyterhub/compose.yaml

11 lines
183 B
YAML
Raw Normal View History

services:
jupyterhub:
build: .
image: jupyterhub
container_name: jupyterhub
volumes:
- ./data:/srv/jupyterhub
ports:
- 8050:8000
restart: always