hostname v2
This commit is contained in:
parent
ae33eda928
commit
063f3287b3
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
|||
ENV KC_HEALTH_ENABLED=true
|
||||
ENV KC_METRICS_ENABLED=true
|
||||
ENV KC_DB=postgres
|
||||
ENV KC_FEATURES=docker
|
||||
ENV KC_FEATURES=docker,hostname:v2
|
||||
ENV KC_FEATURES_DISABLED=kerberos,ciba,fips
|
||||
ENV KC_CACHE=local
|
||||
ENV KC_PROXY=edge
|
||||
ENV KC_PROXY_HEADERS=xforwarded
|
||||
|
||||
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
|
Loading…
Reference in a new issue