Closed SebTM closed 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) :)
Sounds reasonable to me - thanks for your effort! 🙂
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) :)