fix(alloy): Bind config directory instead of a single file #512
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-alloy-config-mount"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We changed alloy to use anything the complete config directory as a
config source quite some time ago but we only bind mounted a single
config file since then. Whoops.
We now correctly bind mount the whole config directory which makes it
possible to partition configs into different files.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.