We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ee48 commit 5ba5ceeCopy full SHA for 5ba5cee
1 file changed
docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
- 443:8443
44
- 8787:8787
45
healthcheck:
46
- test: '/opt/jboss/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin --password admin;/opt/jboss/keycloak/bin/kcadm.sh update realms/master -s registrationAllowed=true;/opt/jboss/keycloak/bin/kcadm.sh update "realms/master" -s accountTheme=keycloak || exit 1'
+ test: '/opt/jboss/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin --password admin;/opt/jboss/keycloak/bin/kcadm.sh update realms/master -s registrationAllowed=true -s accountTheme=keycloak || exit 1'
47
start_period: "30s"
48
retries: 7
49
interval: "10s"
0 commit comments