I just followed the steps in the website...but docker compose down seems to delete whole data...it is like fresh installation.
Please check if i am missing anything.
Using latest 1.8.0 in self hosted
TL;DR
Issue: Running 'docker compose down' command is deleting all data, resembling a fresh installation.
Solution: Check for any misconfigurations in the Docker Compose file that might be causing the data loss. Additionally, ensure all necessary volumes are properly mapped and persisting data as intended.