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 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
ARG JUPYTERHUB_VERSION
4
- FROM jupyterhub/jupyterhub-onbuild :$JUPYTERHUB_VERSION
4
+ FROM jupyterhub/jupyterhub:$JUPYTERHUB_VERSION
5
5
6
6
# Install dockerspawner, nativeauthenticator
7
7
RUN python3 -m pip install --no-cache-dir \
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ services:
17
17
networks :
18
18
- jupyterhub-network
19
19
volumes :
20
+ # The JupyterHub configuration file
21
+ - " ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro"
20
22
# Bind Docker socket on the host so we can connect to the daemon from
21
23
# within the container
22
24
- " /var/run/docker.sock:/var/run/docker.sock:rw"
You can’t perform that action at this time.
0 commit comments