Skip to content

Commit

Permalink
Update docker-compose/keycloak.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Casper Thygesen <[email protected]>
  • Loading branch information
pegtrifork and cthtrifork authored Jan 3, 2024
1 parent 9d8b0eb commit 8ef6f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
KC_HOSTNAME_STRICT_BACKCHANNEL: false
KC_HOSTNAME: localhost
ports:
- 8080:8080
- 1852:8080
healthcheck:
test: ["CMD-SHELL", "exec 3<>/dev/tcp/127.0.0.1/8080;echo -e \"GET /health/ready HTTP/1.1\r\nhost: http://localhost\r\nConnection: close\r\n\r\n\" >&3;grep \"HTTP/1.1 200 OK\" <&3"]
interval: 3s
Expand Down

0 comments on commit 8ef6f9d

Please sign in to comment.