sulu / sulu-docker

Development environment for the Sulu content management platform based on docker-compose
https://sulu.io
MIT License
27 stars 17 forks source link

Adjust default php port as current value appears to be blocked by chrome #58

Closed SebTM closed 3 years ago

SebTM commented 3 years ago

Hello, I tried using your docker-setup and got a confusing error from chrome: "ERR_UNSAFE_PORT"

After researching some time I found out that this is blocked by chrome because it is used as default for Amanda.(https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/net/base/port_util.cc#136)

So I suggest to change it to "18080" following the pattern from mysql (13306) :)

niklasnatter commented 3 years ago

Sounds reasonable to me - thanks for your effort! 🙂