1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/66382-docker_container-port-range.yml

3 lines
360 B
YAML

minor_changes:
- "docker_container - support for port ranges was adjusted to be more compatible to the ``docker`` command line utility:
a one-port container range combined with a multiple-port host range will no longer result in only the first host port be used, but the whole range being passed to Docker so that a free port in that range will be used."