diff --git a/examples/web-ui/docker-compose.yml b/examples/web-ui/docker-compose.yml index fcb0fdb..7fd3be1 100644 --- a/examples/web-ui/docker-compose.yml +++ b/examples/web-ui/docker-compose.yml @@ -24,7 +24,7 @@ services: - USE_CLIENT_CACHE=yes - USE_GZIP=yes - USE_API=yes - - API_URI=/ChangeMeToSomethingHardToGuess # change it to something hard to guess + must match API_URI for myui service + - API_URI=/ChangeMeToSomethingHardToGuess # change it to something hard to guess + must match API_URI from myui service - admin.example.com_SERVE_FILES=no - admin.example.com_USE_REVERSE_PROXY=yes - admin.example.com_REVERSE_PROXY_URL=/admin/ # change it to something hard to guess @@ -44,7 +44,7 @@ services: environment: - ABSOLUTE_URI=https://admin.example.com/admin/ # change it to your full URI - DOCKER_HOST=tcp://myuiproxy:2375 - - API_URI=/ChangeMeToSomethingHardToGuess + - API_URI=/ChangeMeToSomethingHardToGuess # must match API_URI from bunkerized-nginx - ADMIN_USERNAME=admin # change it to something hard to guess - ADMIN_PASSWORD=changeme # change it to a good password diff --git a/ui/templates/base.html b/ui/templates/base.html index dca42a8..939f2db 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -9,9 +9,13 @@ {% include "menu.html" %} -
-
-
+