Closed
Description
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 ?
Context:
Symfony CLI v5.10.4
Docker image php8.2-fpm
Metadata
Metadata
Assignees
Labels
No labels