This commit is contained in:
root
2025-06-11 07:42:51 +00:00
commit e186450ac0
3 changed files with 70 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3'
services:
jupyterhub:
image: jupyterhub/jupyterhub:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py
- ./init.sh:/init.sh
ports:
- 8000:8000
command: /bin/bash /init.sh 123456