File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ def per_user_limit(role):
317317#------------------------------------------------------------------------------
318318# This is an application.
319319
320- c .JupyterHub .pid_file = "/etc /jupyterhub/jupyter_hub.pid"
321- c .ConfigurableHTTPProxy .pid_file = "/etc /jupyterhub/jupyter_hub_proxy.pid"
320+ c .JupyterHub .pid_file = "/srv /jupyterhub/jupyter_hub.pid"
321+ c .ConfigurableHTTPProxy .pid_file = "/srv /jupyterhub/jupyter_hub_proxy.pid"
322322
323323# The date format used by logging formatters for %(asctime)s
324324# Default: "%Y-%m-%d %H:%M:%S"
Original file line number Diff line number Diff line change 11services :
22 cogstack-jupyter-hub :
3- image : cogstacksystems/jupyter-hub:latest -${CPU_ARCHITECTURE:-amd64}
3+ image : cogstacksystems/jupyter-hub:2.0.0 -${CPU_ARCHITECTURE:-amd64}
44 container_name : cogstack-jupyter-hub
55 restart : always
66 environment :
@@ -22,8 +22,8 @@ services:
2222 - ../config/jupyterhub_cookie_secret:/srv/jupyterhub/jupyterhub_cookie_secret:ro
2323 # User list and jupyter config
2424 - ../config/jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro
25- - ../config/userlist:/srv/jupyterhub/userlist:ro
26- - ../config/teamlist:/srv/jupyterhub/teamlist:ro
25+ - ../config/userlist:/srv/jupyterhub/userlist:rw
26+ - ../config/teamlist:/srv/jupyterhub/teamlist:rw
2727 # Give access to Docker socket
2828 - /var/run/docker.sock:/var/run/docker.sock
2929 ulimits :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ DOCKER_NOTEBOOK_IDLE_TIMEOUT=7200
2828# Persist hub data on volume mounted inside container
2929# "./" all data within the user's folder is saved
3030# DO NOT CHANGE
31- DATA_VOLUME_CONTAINER = " ./ "
31+ DATA_VOLUME_CONTAINER = " "
3232
3333# These don't really need to be changed.
3434SSL_KEY = " /srv/jupyterhub/root-ca.key"
You can’t perform that action at this time.
0 commit comments