Skip to content

Commit 49d490d

Browse files
madebygpsCopilot
andauthored
Update infra/Dockerfile.keycloak
Co-authored-by: Copilot <[email protected]>
1 parent 0df8485 commit 49d490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/Dockerfile.keycloak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
1919

2020
# Start in dev mode with H2 database (still uses pre-built themes)
2121
# --proxy-headers=xforwarded tells Keycloak it's behind a reverse proxy that sets X-Forwarded-* headers
22-
# --hostname-strict=false allows dynamic hostname resolution from proxy headers
22+
# --hostname-strict=false allows dynamic hostname resolution from proxy headers
2323
# --import-realm imports the MCP realm on startup
2424
CMD ["start-dev", "--http-port=8080", "--proxy-headers=xforwarded", "--hostname-strict=false", "--import-realm"]

0 commit comments

Comments
 (0)