docker logs rocketchat
should show the Rocket.Chat start screen with an output like:
+-------------------------------------------------------------+
| SERVER RUNNING |
+-------------------------------------------------------------+
| ➔ | |
| Rocket.Chat Version: 2.0.0 |
| NodeJS Version: 8.11.4 - x64 |
| MongoDB Version: 4.0.12 |
| MongoDB Engine: mmapv1 |
| Platform: linux |
| Process Port: 3000 |
| Site URL: https://example.org/rocketchat |
| ReplicaSet OpLog: Enabled |
| Commit Hash: 92c00dc3c2 |
| Commit Branch: HEAD |
| |
+-------------------------------------------------------------+
EGroupware version can be read with docker exec -it egroupware head /usr/share/egroupware/doc/rpm-build/debian.changes
and give something like:
egroupware-docker (19.1.20190917) hardy; urgency=low
* EPL: WebAuthn incl. older U2F tokens as 2nd factor for authentication
* Preferences: always show Security & Password popup, only disable password tab, if no rights to change it
* Notification: instead of overwritting From address use ReplyTo
* Tracker: for notifications use explicit replyTo address or sender from mail config
* Calendar: Fix quick add lost additional participants
* Calendar: update to timezones version 2.2019b
* Univention: fix "Must change password upon next login" feature
* Mail: fix email date is an editable field in mail display
Ralf