Skip to content

Commit

Permalink
fix(docker-compose.yml): changing true to string
Browse files Browse the repository at this point in the history
  • Loading branch information
thalescosta committed Jan 23, 2023
1 parent 7ba302c commit 3500dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
KEYCLOAK_PASSWORD: secret
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: secret
KC_HEALTH_ENABLED: true
KC_HEALTH_ENABLED: "true"
ports:
- "8080:8080"
healthcheck:
Expand Down

0 comments on commit 3500dee

Please sign in to comment.