We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd259b commit da3ea46Copy full SHA for da3ea46
hub_docker/jupyterhub_config.py
@@ -83,6 +83,7 @@
83
84
c.FargateSpawner.aws_region = os.environ.get('FARGATE_SPAWNER_REGION')
85
c.FargateSpawner.aws_ecs_host = os.environ.get('FARGATE_SPAWNER_ECS_HOST')
86
+c.FargateSpawner.notebook_port = 8888
87
c.FargateSpawner.notebook_scheme = "http"
88
# #PATH seems to get mangled when starting a single user container from
89
# jupyterhub container. /opt/conda/bin does not appear and this is
0 commit comments