Cannot connect with Ip address

I am using the symfony-docker image.
Here is the caddy configuration: symfony-docker/frankenphp/Caddyfile at main · dunglas/symfony-docker · GitHub

When connecting with "https://localhost it works, but not with my local ip address !

Thanks in advance

Please fill out the help topic template as per the forum rules.

You probably need to adjust your SERVER_NAME to include the IP address you want to serve.

1 Like

Thanks a lot !