Hi! In the documentation cannot find any information about how to update Cryptpad to the newest version with Docker (the section about upgrading does not mention docker.
Is it enough to run docker compose pull
and then docker compose up -d
? Or do I have to repeat the steps from the first installation with git pull and then docker built etc?
I have tested the first and easy option and it shows that I run 5.7.0 but I woudl like to be sure that I did the right thing. Thanks!