diff --git a/dbrepo-authentication-service/Dockerfile b/dbrepo-authentication-service/Dockerfile index 21a4e3ac452ccc8d3d126c634896cbcec9a62b03..12cc75bde91d0b0c2a9652be3052debe1c18b9c6 100644 --- a/dbrepo-authentication-service/Dockerfile +++ b/dbrepo-authentication-service/Dockerfile @@ -46,7 +46,7 @@ ENV KC_DB_USERNAME=${AUTH_USERNAME} ENV KC_DB_PASSWORD=${AUTH_PASSWORD} ENV KC_HOSTNAME_STRICT_HTTPS=false ENV KC_HOSTNAME_PATH=/api/auth -ENV KC_HOSTNAME_ADMIN_URL=http://localhost/auth +ENV KC_HOSTNAME_ADMIN_URL=http://localhost/api/auth ENV KEYCLOAK_IMPORT=/opt/keycloak/data/import/dbrepo-realm.json ENV KEYCLOAK_ADMIN=fda