potiuk commented on a change in pull request #11624:
URL: https://github.com/apache/airflow/pull/11624#discussion_r507066333
##########
File path: scripts/ci/docker-compose/base.yml
##########
@@ -72,3 +72,4 @@ services:
- /dev/urandom:/dev/random # Required to get non-blocking entropy
source
ports:
- "${WEBSERVER_HOST_PORT}:8080"
+ - "5555:5555" # Flower default port
Review comment:
Yep. Those are default ports, but you can always override them via the
variables if for whatever reason you cannot use the default ones. That was the
main reason why they are set as variables.
----------------------------------------------------------------
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]