Mayan not keepint settings

runing thru docker compose 4.8
each settings i want to change, even after saving the new settings and restarting the container the settings alwys revert back to default

Make sure that your settings are:

  1. Stored in a docker volume or a mount binding on your host.
  2. Not overwritten by an environment variable either in your docker-compose.yml file or your .env file