mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Update the example of docker_compose_v2.py (#874)
`docker-compse` => `docker compose`.
This commit is contained in:
parent
c2c47636b4
commit
a22e92cdc0
@ -169,7 +169,7 @@ EXAMPLES = '''
|
||||
ansible.builtin.debug:
|
||||
var: output
|
||||
|
||||
- name: Run `docker-compose up` again
|
||||
- name: Run `docker compose up` again
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: flask
|
||||
register: output
|
||||
|
||||
Loading…
Reference in New Issue
Block a user