fixes build bug^
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Peter Schuller 2024-11-09 20:09:28 +01:00
parent 6084e7099d
commit ada92e3f16

View file

@ -6,7 +6,7 @@ ENV KC_METRICS_ENABLED=true
# Configure a database vendor
ENV KC_DB=mariadb
ENV KC_FEATURES=authorization,admin2,docker,web-authn
ENV KC_FEATURES=authorization,docker,web-authn
WORKDIR /opt/keycloak
# for demonstration purposes only, please make sure to use proper certificates in production instead