mik-laj edited a comment on issue #15927:
URL: https://github.com/apache/airflow/issues/15927#issuecomment-843567797


   > After a bit more investigation, I found out that apparently, both the 
scheduler and webserver are using the same port (see image below), unless I'm 
misinterpreting the log. Is this supposed to happen?
   
   This does not cause problems as these ports are not exposed, so they do not 
conflict. Each container has its own network stack provided by [kernel 
namespae](https://docs.docker.com/engine/security/#kernel-namespaces). Besides, 
these ports are not really in use, just an entry in the image metadata. This 
port may or may not be used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to