Skip to content

Commit

Permalink
restore Fargate port, Hub 4.0.2 - SU 4.0.0 OK
Browse files Browse the repository at this point in the history
  • Loading branch information
sebranchett committed Oct 30, 2023
1 parent 2dd259b commit da3ea46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub_docker/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

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

0 comments on commit da3ea46

Please sign in to comment.