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 👎)
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](https://github.com/xwiki/xwiki-docker/blob/master/README.md#configuration-files) 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 👎)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!