Skip to content

Commit

Permalink
fix: FORMS-1685 remove obsolete version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar committed Dec 28, 2024
1 parent 46b346a commit bda766f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/chefs_local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
volumes:
postgres_kc_data:
driver: local
Expand Down Expand Up @@ -39,4 +38,4 @@ services:
- "-Dkeycloak.migration.action=import"
- "-Dkeycloak.migration.provider=singleFile"
- "-Dkeycloak.migration.file=/tmp/realm-export.json"
- "-Dkeycloak.migration.strategy=OVERWRITE_EXISTING"
- "-Dkeycloak.migration.strategy=OVERWRITE_EXISTING"

0 comments on commit bda766f

Please sign in to comment.