listen on all ports
This commit is contained in:
parent
992a5d475c
commit
05a02d35b3
|
@ -189,7 +189,7 @@ hub:
|
|||
c.JupyterHub.services = [
|
||||
{
|
||||
'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']
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue