I have installed aaPanel in version 6.8.35 and possess a Pro license, in case that matters for my question.
I use Docker and Docker Compose. I created a Compose template and executed it, and it works really well so far.
Now, I have edited my template (new Docker image version), and I am wondering what the correct way to execute this is so that I get the appropriate volumes assigned again without losing my data.
I know from other Compose management tools that you can execute this directly after editing and everything will be assigned correctly. However, I haven't found this function.
Should I update my template and then delete the Compose project and create it anew? Or should I create a completely new template and execute it? What's important to me is just to get the same volumes assigned again.
Can you show me the best way to achieve this, or am I possibly just making a simple mistake?
Thank you very much!