File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
33ARG JUPYTERHUB_VERSION
4- FROM jupyterhub/jupyterhub-onbuild :$JUPYTERHUB_VERSION
4+ FROM jupyterhub/jupyterhub:$JUPYTERHUB_VERSION
55
66# Install dockerspawner, nativeauthenticator
77RUN python3 -m pip install --no-cache-dir \
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ services:
1717 networks :
1818 - jupyterhub-network
1919 volumes :
20+ # The JupyterHub configuration file
21+ - " ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro"
2022 # Bind Docker socket on the host so we can connect to the daemon from
2123 # within the container
2224 - " /var/run/docker.sock:/var/run/docker.sock:rw"
You can’t perform that action at this time.
0 commit comments