Open moovida opened 3 months ago
@moovida Does it work if you change any of these too?
👋 Raruto
No, it should not, these should be the internal mappings, and should be ok listening to 8080, because that is the port docker maps the 80 to, if set.
If I unlock the 8080 from the firewall, but leave the 80:8080 mapping, it still does not work, which is what I expected. So the thing is that most of the application is redirected properly to/from 80, but then there is this one call that seems to be hardcoded to go to 8080 instead of the mapped port.
Or at least that is what I suspect, but I am wildly guessing, I suppose :-)
Checklist
Subject of the issue
If you want to run the docker compose on port 80, changing the port in the compose yml works only partially.
Steps to reproduce
to
You should experience a timeout due to the fact that there is a call going to something like:
Environment
Link to your project
No response
Additional info
No response