Skip to content

Commit da3ea46

Browse files
committed
restore Fargate port, Hub 4.0.2 - SU 4.0.0 OK
1 parent 2dd259b commit da3ea46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hub_docker/jupyterhub_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
c.FargateSpawner.aws_region = os.environ.get('FARGATE_SPAWNER_REGION')
8585
c.FargateSpawner.aws_ecs_host = os.environ.get('FARGATE_SPAWNER_ECS_HOST')
86+
c.FargateSpawner.notebook_port = 8888
8687
c.FargateSpawner.notebook_scheme = "http"
8788
# #PATH seems to get mangled when starting a single user container from
8889
# jupyterhub container. /opt/conda/bin does not appear and this is

0 commit comments

Comments
 (0)