Skip to content

Commit

Permalink
fix(keto): mount all config folder for migrations
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Nov 27, 2023
1 parent 32c2f13 commit 8370b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
command: -c /etc/config/keto/keto.yaml migrate up -y
restart: on-failure
volumes:
- ./config/keto/keto.yaml:/etc/config/keto/keto.yaml
- ./config/keto:/etc/config/keto

# acl and rbac management initialization
keto-init:
Expand Down

0 comments on commit 8370b32

Please sign in to comment.