Bowrna commented on code in PR #30730:
URL: https://github.com/apache/airflow/pull/30730#discussion_r1186127966
##########
airflow/providers/docker/operators/docker.py:
##########
@@ -291,6 +296,9 @@ def __init__(
if skip_on_exit_code
else []
)
+ self.port_bindings = port_bindings or {}
Review Comment:
yes sure. i will edit this part @uranusjr I missed to verify this part
before committing
--
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]