From b3216ee6d9468fd3a7f2ef7677872d2c4ac59838 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Wed, 2 Nov 2016 16:23:54 -0700 Subject: [PATCH] Correct documentation for pull_latest The default value was incorrect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b11c34..6914720 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ publish "3306:3306" #### `pull_latest` Specifies whether Docker should always attempt to pull the latest version of -an image/tag to ensure it is up to date. Default is `true`. +an image/tag to ensure it is up to date. Default is `false`. ```bash pull_latest true