Update the example of docker_compose_v2.py (#874)

`docker-compse` => `docker compose`.
This commit is contained in:
Sih Sîng-hông薛丞宏
2024-06-04 19:01:23 +08:00
committed by GitHub
parent c2c47636b4
commit a22e92cdc0
+1 -1
View File
@@ -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