diff --git a/app/templates/app/logged_in_base.html b/app/templates/app/logged_in_base.html
index 6d64ecaa9..bd99a4f6b 100644
--- a/app/templates/app/logged_in_base.html
+++ b/app/templates/app/logged_in_base.html
@@ -57,7 +57,7 @@
{% for node in nodes %}
-
- {{node}}
+ {{node}}
{% endfor %}
diff --git a/db/Dockerfile b/db/Dockerfile
index f0fe86057..47d7278f3 100644
--- a/db/Dockerfile
+++ b/db/Dockerfile
@@ -2,6 +2,7 @@ FROM postgres:9.5
MAINTAINER Piero Toffanin
ENV POSTGIS_MAJOR 2.3
+ENV POSTGRES_PASSWORD postgres
RUN . /etc/os-release \
&& echo "deb http://deb.debian.org/debian "$VERSION_CODENAME"-backports main" >> /etc/apt/sources.list \