Hello,
I have a configuration working with docker, and I wonder how to change some
parameter in standalone.xml (specifically for HTTPS).
Where should I get the standalone.xml file with the correct version? From
Github?
How should I insert it in the docker image?
I figured out:
FROM jboss/keycloak:3.4.3.Final
COPY standalone.xml /opt/jboss/keycloak/standalone/configuration/
Is that correct?
Thanks a lot!
Corentin