potiuk commented on PR #28257:
URL: https://github.com/apache/airflow/pull/28257#issuecomment-1344267157

   > Oh, it actually not really easy to find this info (even with Google): 
https://docs.docker.com/compose/compose-file/#ports
   
   Hmm. Actually the docs you pointed out, actually say that you CANNOT do what 
you did:
   
   > Host IP, if not set, MUST bind to all network interfaces. Port can be 
either a single value or a range. Host and container MUST use equivalent ranges.
   
   And all examples point to `a-b: c-d` - where all ports from a-b range map 
1-1 to ports from c-d range.
   
   Undocumented feature ? :thinking: 


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to