Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Theel committed Oct 18, 2023
1 parent b3ad87c commit 2e60845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ services:
retries: 5
volumes:
- ./testdata/gocloak-realm.json:/opt/keycloak/data/import/gocloak-realm.json
entrypoint: ["/opt/keycloak/bin/kc.sh", "start-dev --features=preview --import-realm --verbose"]
entrypoint: ["/opt/keycloak/bin/kc.sh", "start-dev --features=preview --import-realm"]

0 comments on commit 2e60845

Please sign in to comment.