CommunityServer icon indicating copy to clipboard operation
CommunityServer copied to clipboard

intranet deployment, waiting for server response above 10s

Open jiayouchongmingniao opened this issue 3 years ago • 1 comments

https://helpcenter.onlyoffice.com/installation/groups-install-docker.aspx after installation successfully, change docs to projects or crm, it will last 10s above

if setup on internet server, no problem, it changes very soon if setup on intranet server, it changes very slowly, 10s above

setup /etc/default/docker with after "docker network create --driver bridge onlyoffice" DOCKER_OPTS="-b=onlyoffice",

setup /usr/lib/systemd/system/docker.service EnvironmentFile=-/etc/default/docker ExecStart=/usr/bin/dockerd =$DOCKER_OPTS

#systemctl daemon-reload #systemctl restart docker

it doesn't work. but no "docker_opts" in /etc/docker/daemon.json (centos 7.6)

would you please guide how to solve this problem? thanks & Best regards,

jiayouchongmingniao avatar Aug 17 '22 09:08 jiayouchongmingniao

Hello @jiayouchongmingniao You need to create a /etc/docker/daemon.json file with this content { "dns" : [ "8.8.8.8" ] } and replace with your own dns server.

We will update the documentation as soon as possible.

Carazyda avatar Aug 17 '22 16:08 Carazyda