I was able to successfully install the Community Server and Document server via Docker and I have the Community server running with SSL. I can see with "docker ps -a" that this is what I have running:
- Code: Select all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bf5da8221700 onlyoffice/communityserver:9.6.0.593 "/usr/bin/dumb-init …" 26 hours ago Up 3 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 3306/tcp, 5280/tcp, 9865-9866/tcp, 9871/tcp, 9882/tcp, 0.0.0.0:5222->5222/tcp, 9888/tcp onlyoffice-community-server
f2781dbaa0e0 onlyoffice/documentserver:5.0.7.38 "/bin/sh -c 'bash -C…" 26 hours ago Up 3 hours 80/tcp, 443/tcp onlyoffice-document-server
39147bf08a28 mysql:5.7.20 "docker-entrypoint.s…" 26 hours ago Up 3 hours 3306/tcp onlyoffice-mysql-server
But I can't seem to access the straight document server (the page that just says "Document Server is Running". How can I access the Document Server address, separately from the Community Server? Looking at the ports, I'm a little confused. Are they both running on 80/443?
The reason I'm asking is because I'm not sure what to put in NextCloud in order to connect that server to this one.
Thanks!