1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: