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 8c67ad7 commit f3fe672Copy full SHA for f3fe672
repo2docker/app.py
@@ -625,7 +625,7 @@ def start_container(self):
625
"notebook",
626
"--ip=0.0.0.0",
627
f"--port={container_port}",
628
- f"--ServerApp.custom_display_url=http://{host_name}:{host_port}",
+ f"--ServerApp.custom_display_url=http://{self.hostname}:{self.port}",
629
"--ServerApp.default_url=/lab",
630
]
631
else:
0 commit comments