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:
parent
38e8ab67b8
commit
90bcfc6d1b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue