Link to the old thread where I originally reply: Rocketchat nur wild blinkendes Bild
Thank you for reply.
I read also the german thread: yesterday I removed (apt purge) rocketchat, delete the folders created in /etc e /var/lib, delete the volume created by rocket chat (docker volume rm egroupware-rocketchat_mongo) and also did a “docker system prune” and a “docker volume rm $(docker volume ls -qf dangling=true)”.
With a clean installation (apt install egroupware-docker + HTTP_HOST=myhost /etc/egroupware-rocketchat/install.sh) https://mydomain/rocketchat is active (in lan and in internet) but the problem reappears (with any browser firefox chrome and any SO Linux, Android, Windows).
The database of eGroupware is not in a container, but seems the installation logs don’t report error with this configuration.
Here the active container:
docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2487d76be4d9 quay.io/egroupware/rocket.chat:stable “docker-entrypoint.s…” 18 hours ago Up 39 seconds 127.0.0.1:3000->3000/tcp rocketchat
1b5e9a5a8c99 mongo:4.0 “docker-entrypoint.s…” 18 hours ago Up 42 seconds 27017/tcp rocketchat-mongo
9217d1961a30 collabora/code:latest “/bin/sh -c 'bash st…” 37 hours ago Up 21 hours 127.0.0.1:9980->9980/tcp collabora-key
df84c33c55bb nginx:stable-alpine “/docker-entrypoint.…” 5 days ago Up 21 hours 127.0.0.1:8080->80/tcp egroupware-nginx
e5ccb5e9fe24 phpswoole/swoole:4.6-php7.4-alpine “docker-php-entrypoi…” 5 days ago Up 21 hours egroupware-push
503caa74a300 containrrr/watchtower “/watchtower --sched…” 5 days ago Up 21 hours 8080/tcp egroupware-watchtower
a83fd812a898 egroupware/egroupware:21.1 “/entrypoint.sh php-…” 5 days ago Up 21 hours 9000/tcp egroupware
Later I send the requested logs.