frankensteinOriginal post
Rank 3: Container
I want to get the current appwrite version so that i can know which version to update to
Summary
To know the current Appwrite version, you have a few options:
1. Use the command `docker compose ps` and check the version number after the colon in the Image column.
2. Visit the URL `https://yourdomain.com/versions` and find the version there.
3. Check the bottom of the web console, where you'll find the version displayed.
4. If you're using Appwrite CLI, use the command `appwrite -v` to check the version.
Please note that these methods will work to display the current version of Appwrite.
