You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Today, after a full rebuild of an old Docker image, impossible to access the Symfony web server from the host anymore.
After some research I found that I have to use --allow-all-ip or --listen-ip 0.0.0.0 parameter when runing symfony server:start to make the server accessible from outside of the container.
Did the last updates of Symfony CLI change the default dehavior of symfony server:start ?
Did I miss some changelog ?