diff --git a/docker-compose-web.yml b/docker-compose-web.yml
index 9734e84..d4dd48e 100644
--- a/docker-compose-web.yml
+++ b/docker-compose-web.yml
@@ -23,7 +23,7 @@ db:
volumes_from:
- storage
ports:
- - "5433:5432"
+ - "5432:5432"
imposm:
build: docker-imposm3
@@ -114,4 +114,4 @@ qgisserver:
# This should be the read only key
# - SECRET=BBEBVOOYDPGO3GIIEQUMAIEJQNINOLX7V
# - DEVICE=readonly-
-# restart: on-failure:5
\ No newline at end of file
+# restart: on-failure:5
diff --git a/docker-compose.yml b/docker-compose.yml
index 675c1d4..0123d99 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -23,7 +23,7 @@ db:
volumes_from:
- storage
ports:
- - "5433:5432"
+ - "5432:5432"
imposm:
build: docker-imposm3
diff --git a/web/index.html b/web/index.html
index bfeed35..01c1de9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -9,17 +9,19 @@ html, body, #map { height: 100%; width: 100%; }