Skip to content

Bind Angular dev server to IPv4

Daniel Gerhardt requested to merge bind-devserver-to-ipv4 into master

By default, Angular binds to ::1 inside the Devcontainer which started to cause issues with Docker since version 26.0.2.

Merge request reports