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:
   
   
![image](https://user-images.githubusercontent.com/73368400/118303061-eacc6280-b4dc-11eb-9975-04db58ba8f07.png)
   
   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?
   
   
![image](https://user-images.githubusercontent.com/73368400/118717459-00fc5a80-b81e-11eb-80d2-257218f670d3.png)
   


-- 
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