mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-17 17:48:27 +00:00
docs(docker_compose_v2): add note about -y flag
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9e0843eed4
commit
e9376341f2
@ -537,6 +537,7 @@ class ServicesManager(BaseComposeManager):
|
||||
if dry_run:
|
||||
args.append('--dry-run')
|
||||
if self.yes:
|
||||
# Note that the long form is '--y', and not '--yes' as one would expect. Since this looks like a bug we're using the short form.
|
||||
args.append('-y')
|
||||
args.append('--')
|
||||
for service in self.services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user