Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcii committed Nov 21, 2023
1 parent a53c737 commit f004f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
KC_HEALTH_ENABLED: true
KC_METRICS_ENABLED: true
options: >-
--entrypoint "/opt/keycloak/bin/kc.sh start-dev --auto-build --http-port=8100 --https-port=8101 --log-level=INFO --db=postgres --features=token-exchange --db-url=jdbc:postgresql://db:5432/keycloak --db-username=postgres --db-password=postgres --import-realm"
--entrypoint "/opt/keycloak/bin/kc.sh"
ports:
# Maps tcp port 5432 on service container to the host
- 8100:8100
Expand Down

0 comments on commit f004f2a

Please sign in to comment.