From 717abe60e7181990d3b18df949fa175815d507f7 Mon Sep 17 00:00:00 2001 From: yl2014 <842237798@qq.com> Date: Thu, 22 Mar 2018 12:31:35 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF=20?= =?UTF-8?q?=E6=8B=89=E5=8E=BB=20->=20=E6=8B=89=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose/compose_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose_file.md b/compose/compose_file.md index 23778ad..fbbd9f0 100644 --- a/compose/compose_file.md +++ b/compose/compose_file.md @@ -285,7 +285,7 @@ healthcheck: ### `image` -指定为镜像名称或镜像 ID。如果镜像在本地不存在,`Compose` 将会尝试拉去这个镜像。 +指定为镜像名称或镜像 ID。如果镜像在本地不存在,`Compose` 将会尝试拉取这个镜像。 ```yaml image: ubuntu