add missing DOCKER_NOTEBOOK_DIR
to Hub container environment
This commit is contained in:
parent
12520da5bd
commit
b66699537e
@ -27,6 +27,8 @@ services:
|
||||
DOCKER_NETWORK_NAME: ${DOCKER_NETWORK_NAME}
|
||||
# JupyterHub will spawn this Notebook image for users
|
||||
DOCKER_NOTEBOOK_IMAGE: ${DOCKER_NOTEBOOK_IMAGE}
|
||||
# Notebook directory inside user image
|
||||
DOCKER_NOTEBOOK_DIR: ${DOCKER_NOTEBOOK_DIR}
|
||||
# Using this run command (optional)
|
||||
DOCKER_SPAWN_CMD: ${DOCKER_SPAWN_CMD}
|
||||
# Required to authenticate users using GitHub OAuth
|
||||
|
Loading…
Reference in New Issue
Block a user