diff --git a/docker-compose.yml b/docker-compose.yml
index 5709006fdf9ce9f344c19d533b7d8094ff7f5940..25b60e16a6105d2e82433c7e6889c7e47e73d800 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -23,9 +23,9 @@ services:
       NODE_ENV: dotenv
       DATABASE_URL: mongodb://database:27017/
       AMQP_ENDPOINT: "amqp://villas:s3c0sim4!@broker/%2F"
-      LOG_LEVEL: verbose
+      LOG_LEVEL: info
       LOG_FILE: villasweb-backend_log.txt
-      DEFAULT_ADMIN: 1
+      DEFAULT_ADMIN: "true"
     volumes:
       - files:/usr/src/app/public/
     depends_on:
diff --git a/etc/nginx/villas.conf b/etc/nginx/villas.conf
index 9b010fbd4a15b66b465315341bde4e14dfe22b58..878ddb1c11c0cd9deba272fc702ece81f54662da 100644
--- a/etc/nginx/villas.conf
+++ b/etc/nginx/villas.conf
@@ -67,11 +67,11 @@ server {
 
   # frontend location
   location / {
-    proxy_pass http://frontend:3000/;
+    proxy_pass http://frontend:5000/;
   }
 
-  location /mongo-express/ {
-    proxy_pass http://mongo-express:8081/;
+  location /mongo-express {
+    proxy_pass http://mongo-express:8081/mongo-express/;
   }
 }
 
diff --git a/frontend b/frontend
index 8d87a6a828cc687de409a6b2422fe670bdc0721c..04d5ab54d68acb41bc55a40d8f1a7d533318c0aa 160000
--- a/frontend
+++ b/frontend
@@ -1 +1 @@
-Subproject commit 8d87a6a828cc687de409a6b2422fe670bdc0721c
+Subproject commit 04d5ab54d68acb41bc55a40d8f1a7d533318c0aa