mirror of
https://github.com/docker/compose.git
synced 2026-09-09 04:34:42 +00:00
fix --pull documentation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
e5cd265abb
commit
2945532f97
6 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ options:
|
|||
- option: pull
|
||||
value_type: string
|
||||
default_value: policy
|
||||
description: Pull image before running ("always"|"policy"|"never")
|
||||
description: Pull image before running ("always"|"missing"|"never"|"build")
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue