diff options
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/credentials.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/credentials.html b/hosted/credentials.html index a49d526..88d74ea 100644 --- a/hosted/credentials.html +++ b/hosted/credentials.html @@ -47,7 +47,7 @@ </tbody> </table> - <a href="http://{{.Username}}.docker.localhost" class="btn btn-primary" role="button">Login</a> + <a href="http://{{.Username}}.${{.Hostname}}" class="btn btn-primary" role="button">Login</a> </div> </div> |