add missing DOCKER_NOTEBOOK_DIR

to Hub container environment
This commit is contained in:
Min RK 2016-05-13 10:44:29 +02:00
parent 12520da5bd
commit b66699537e

View File

@ -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