Hi,
I was trying to install ntfy with the following setting with port 80 and “Expose port for inter-container communication”
For my understanding this should result in just opening the port on the container itself - that is the same I did with docker-compose for the same app.
Unfortunately I got the following error:
middlewared.service_exception.ValidationErrors: [EINVAL] app_create.network.http_port.port_number: Port is already in use.
I have other apps/container that publish also port 80 - but this should not interfere in any way.
Any idea why this is happening and how to solve this?
Thanks in advance!