how to check docmost version #345
-
|
hi sir, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
open the Workspace settings |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@coodiecool check docmost container logs and find follow lines, 0.3.1 is a version of app. $ docker compose logs -f docmost
docmost-1 |
docmost-1 | > docmost@0.3.1 start /app
docmost-1 | > pnpm --filter ./apps/server run start:prodOr this for example $ docker compose logs docmost | grep "docmost@"
docmost-1 | > docmost@0.3.1 start /app |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




I found out it was my problem,
I changed the image source of docker-compose.yml to 'docmost/docmost:latest' and ran 'docker compose up --force-recreate --build docmost -d' and the updated version number will be displayed.