diff options
author | Emile <hanemile@protonmail.com> | 2019-10-09 12:19:00 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-09 12:19:00 +0200 |
commit | fb16e34c1f1740c75f45dfb52e6d4d799f7e6682 (patch) | |
tree | 5a9889e243d6079ec662471e3b95b2cda8dce1d7 /hosted/credentials.html | |
parent | f331ae701b2dc7f78a14545b49db91e9436c6208 (diff) |
reading the hostname von env vars
Diffstat (limited to 'hosted/credentials.html')
-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> |