add volume for config and script to edit config files #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ammar_volumes"
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?
Adding volumes for each file seems to not work with docker compose, this required an available file on local machine to mount which didn't feel abra-like (if that is a thing)
Instead, added a volume that would have access to all paths of config mentioned in the documentation plus a script that allows to to pull the files individually, edit them, then push them (with some quirks to it - like needing to provide file name and path instead of just selecting an index 👎)
thanks ammar!