mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-31 02:51:51 -07:00
## What changed? <!-- Describe what has changed in this PR --> The bindOnIP values in the docker configuration template is wrapped with a string. ## Why? <!-- Tell your future self why have you made these changes --> When attempting to listen on IPv6 in Docker without this change present, the colons in the IP address are interpreted as part of the YAML. The strings added allow IPv6 bind addresses to work properly. ## How did you test it? <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> I have not verified this change but I came across this issue when trying to configure Temporal for IPv6, and this fix is similar as for other projects I've come across. ## Potential risks <!-- Assuming the worst case, what can be broken when deploying this change to production? --> The Temporal server docker image would be broken. ## Documentation <!-- Have you made sure this change doesn't falsify anything currently stated in `docs/`? If significant new behavior is added, have you described that in `docs/`? --> N/A ## Is hotfix candidate? <!-- Is this PR a hotfix candidate or does it require a notification to be sent to the broader community? (Yes/No) --> Yes