add nginx but notebook show connecting’
This commit is contained in:
@@ -35,6 +35,17 @@ services:
|
||||
DOCKER_NOTEBOOK_IMAGE: hotwa/notebook:latest
|
||||
# Notebook directory inside user image
|
||||
DOCKER_NOTEBOOK_DIR: /home/jovyan/work
|
||||
# nginx:
|
||||
# image: nginx:latest
|
||||
# volumes:
|
||||
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
# ports:
|
||||
# - "18188:80"
|
||||
# depends_on:
|
||||
# - hub
|
||||
# networks:
|
||||
# - jupyterhub-network
|
||||
|
||||
|
||||
volumes:
|
||||
jupyterhub-data:
|
||||
|
||||
Reference in New Issue
Block a user