No way to see the Stalwart version

Environment:

  • Docker `docker run stalwartlabs/stalwart:latest`

Problem:

  • I would like to confirm that the update worked, and/or which Stalwart version I am running.

Actual result:

  • `docker logs stalwart`:
    • First lines of logs: Nothing
  • Log in as admin to admin web UI at https://hostname/admin/
    • No version number to be found anywhere. “Enterprise” everywhere, but no “About Stalwart”.

Expected result:

  • `docker logs stalwart`:
    • First lines print Stalwart version
  • Log in as admin to admin web UI at https://hostname/admin/
    • “Management” or “Settings”, last menu entry is “About”, which leads to a page with Stalwart version, and Open-Source licenses.
    • User icon at the top right, menu, last menu entry is “About”, which leads to the same page.

grep server.startup from the log.

docker exec stalwart /usr/local/bin/stalwart --version

works for me.

rgds

Marie.