Browse Source

bugfix bad parameter for application

Boris Aguilar 5 years ago
parent
commit
6261947f14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/docker-compose.yml

+ 1 - 1
backend/docker-compose.yml

@@ -21,7 +21,7 @@ services:
       - "redis"
     environment:
       setup_done: "false"
-      setup_admin_user: "${setup_admin_email}"
+      setup_admin_email: "${setup_admin_email}"
       setup_admin_password: "${setup_admin_password}"
       db_uri: "postgres://postgres:${POSTGRES_PASSWORD}@db/postgres"
       WEB2PY_PASSWORD: "${setup_admin_password}"