I am Installing ONLYOFFICE Docs Community Edition for Docker on my local server.
the docker version is:
Docker version 19.03.5, build 633a0ea
I follow the install docs Installing ONLYOFFICE Docs for Docker on a local server - ONLYOFFICE
run the following command to start a service:
sudo docker run -i -t -d -p 8090:80 --restart=always -e JWT_SECRET=false onlyoffice/documentserver
it look like no network port is listening
what is the problem?
what should I do?