Sorry for the silly questions, but :
Using this line (in fmd-docker-compose.yml) :
ports:
- 127.0.0.1:8090:8090
I can't access the server, even with http and from my local network.
It works if I replace with :
ports:
- 8090:8090
But then I can't get the HTTPS digital certificate:
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: no-ip.url
Type: connection
Detail: MY-IP: Fetching http://no-ip.url/.well-known/acme-challenge/somethingsomething: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Some challenges have failed.
I can access my server remotely using http.