listen on all ports

This commit is contained in:
Micke Nordin 2024-01-16 11:39:18 +01:00
parent 992a5d475c
commit 05a02d35b3
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -189,7 +189,7 @@ hub:
c.JupyterHub.services = [ c.JupyterHub.services = [
{ {
'name': 'refresh-token', 'name': 'refresh-token',
'url': 'http://127.0.0.1:10101', 'url': 'http://0.0.0.0:10101',
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py'] 'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
} }
] ]