Merge pull request #14 from minrk/missing-notebook-dir

add missing DOCKER_NOTEBOOK_DIR
This commit is contained in:
Carol Willing 2016-05-13 06:19:24 -05:00
commit 96501950e2

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