podman-compose: fix invalid example (#13798)

This commit is contained in:
Lena
2024-09-23 19:53:29 +02:00
committed by GitHub
parent 38e8ab67b8
commit 90bcfc6d1b

View File

@@ -17,7 +17,7 @@
- Start all containers using an alternate compose file:
`podman-compose {{path/to/file}} up`
`podman-compose {{-f|--file}} {{path/to/file.yaml}} up`
- Stop all running containers: