Remote access to syncloud with docker

I’m using the docker installation of syncloud nad even with the port forwarding done in my router and remote access enabled from syncloud settings. I’m unable to connect to the syncloud urls…from outside home network.

I have to enable something or do something in the docker file/config.

Thank you!

Did you enable external access in Settings - Access?
By default dns name is poiting at internal IP.

I achieved the remote access by adding this

–network=host

into my docker command and of course do what you said: enable external access in Settings - Access

Thank you!

Thanks, fixed the doc: Docker · syncloud/platform Wiki · GitHub