Set default path of keycloak to /auth

This commit is contained in:
tobsec 2022-11-02 18:40:35 +01:00 committed by GitHub
parent b5a6c350cd
commit ba5dce85b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ services:
- 8080:8080
restart: on-failure
command:
- start-dev --import-realm --http-relative-path=/aut
- start-dev --import-realm --http-relative-path=/auth
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
interval: 30s