pdavis156879 opened a new issue #15927: URL: https://github.com/apache/airflow/issues/15927
**Apache Airflow version**: 2.0.2 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): Ubuntu 20.04.2 LTS Hi there, I'm running Airflow via Docker using the official docker-compose image, and whilst everything seems to work fine, the webserver gets stuck in an endless loop of:  Whilst the image suggests port 8080 is taken, it is not. Nonetheless, I have tried forcing a different external port: ``` airflow-webserver: <<: *airflow-common command: webserver ports: - 5050:8080 ``` And the problem persists. 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 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]
