mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* Change docker_swarm_service option publish.published_port from required to optional. If not specified random high port is assigned by docker. * Update changelogs/fragments/101-make-service-published-port-optional.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
4 lines
237 B
YAML
4 lines
237 B
YAML
minor_changes:
|
|
- docker_swarm_service - change ``publish.published_port`` option from mandatory
|
|
to optional. Docker will assign random high port if not specified (https://github.com/ansible-collections/community.docker/issues/99).
|