Community Server/Control Panel version: the latest version I think , can not login to confirm
Type of installation of Workspace (docker, deb/rpm, exe)
OS: ubuntu 20.04 with docker 20.10.12
Browser version: firefox 99.0(x64) , chrome 100.0.4896.75 (X64 )
I download the workspace-install.sh from
https://download.onlyoffice.com/install/workspace-install.sh
and follow this article to install workspace
https://helpcenter.onlyoffice.com/installation/workspace-install-docker.aspx
then I try to open the control panel with
http://workspace_server_ip_address
the page always loopinh between
The portal start up process might take some time, please wait..
We are working on it.
Please do not reload the page or shut down your computer.
and I docker logs keep looping
+ mysqladmin ping -h onlyoffice-mysql-server -P 3306 -u onlyoffice_user --password=onlyoffice_pass --silent
mysqladmin: [Warning] Using a password on the command line interface can be insecure.
and here is my docker status
chchang@ubuntu:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3dd190319ef4 onlyoffice/communityserver:11.6.0.1620 "/app/run-community-…" 26 minutes ago Up 26 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 3306/tcp, 5280/tcp, 9865-9866/tcp, 9871/tcp, 9882/tcp, 0.0.0.0:5222->5222/tcp, :::5222->5222/tcp, 9888/tcp onlyoffice-community-server
ef80f5a3736d onlyoffice/controlpanel:3.0.3.410 "/var/www/onlyoffice…" 30 minutes ago Up 30 minutes 80/tcp, 443/tcp onlyoffice-control-panel
73226cfcebe5 onlyoffice/mailserver:1.6.75 "/bin/sh -c 'export …" 30 minutes ago Up 30 minutes 0.0.0.0:25->25/tcp, :::25->25/tcp, 0.0.0.0:143->143/tcp, :::143->143/tcp, 0.0.0.0:465->465/tcp, :::465->465/tcp, 0.0.0.0:587->587/tcp, :::587->587/tcp, 0.0.0.0:993->993/tcp, :::993->993/tcp, 0.0.0.0:995->995/tcp, :::995->995/tcp, 3306/tcp, 0.0.0.0:4190->4190/tcp, :::4190->4190/tcp, 8081/tcp onlyoffice-mail-server
31c2c56cfc4e onlyoffice/documentserver:7.0.1.37 "/app/ds/run-documen…" 32 minutes ago Up 32 minutes 80/tcp, 443/tcp onlyoffice-document-server
108d789e5412 mysql:8.0 "docker-entrypoint.s…" 37 minutes ago Created onlyoffice-mysql-server
chchang@ubuntu:~$
this is a fresh VM , and I follow all steps in the installation document. and I have no idea how to debug.
any suggestions to fix ??