Hi there!
I’m used to do with Nextcloud for years for team work. I’ve installed Dolibarr too and I’ve got errors often in this one due to php version.
I wanted to try Nextcloud on Docker (with its own php version).
But my configuration is a little bit specific: my server is under another server!
When I want to reach “mydomain.com”, the request is sent to the other server. With Traefik, it’s sent to my server on port 80.
On my server, Apache is listenning this port.
I tried many things (send directly the request to the NC container, through another Traefik installed on my server on a container)… It doesn’t work.
I tried to install a php server on Docker and through Traefik, I can reach it, but nothing to do with NC.
Before see my config (that is not good), is there someone who could help me?
I’m not used of Docker, so it would be great if I could know if that I’m trying to do is possible, for the beginning!
Thank you!