11 lines
183 B
YAML
11 lines
183 B
YAML
|
services:
|
||
|
jupyterhub:
|
||
|
build: .
|
||
|
image: jupyterhub
|
||
|
container_name: jupyterhub
|
||
|
volumes:
|
||
|
- ./data:/srv/jupyterhub
|
||
|
ports:
|
||
|
- 8050:8000
|
||
|
restart: always
|