Hello,
I'm using docker with v2.12.3, everything is working fine except the profiles folder (where the profiles permissions are stored).
I have the following volume mounted with docker compose :
- /var/docker/ocs/profilesconfdata/_data:/usr/share/ocsinventory-reports/ocsreports/config/profiles
When I edit the permissions, the files in /var/docker/ocs/profilesconfdata/_data are updated, so far so good. But when I stop and start the container, everything is overwritten with the files from the ocs image. It's not persistent. I don't have this kind of problem with the database files for example.
How can I prevent the ocs server from overwritting the files on startup ? It should just read them, but be able to update them if necessary.