浏览代码

Merge pull request #2090 from jdreesen/patch-1

Fix typo in the varnish docs
Tianon Gravi 3 年之前
父节点
当前提交
04c94c3a59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      varnish/content.md

+ 1 - 1
varnish/content.md

@@ -67,7 +67,7 @@ By default, the containers will use a cache size of 100MB, which is usually a bi
 $ docker run --tmpfs /var/lib/varnish:exec -e VARNISH_SIZE=2G %%IMAGE%%
 $ docker run --tmpfs /var/lib/varnish:exec -e VARNISH_SIZE=2G %%IMAGE%%
 ```
 ```
 
 
-Additionally, you can add arguments to `docker run` affter `%%IMAGE%%`, if the first one starts with a `-`, they will be appendend to the [default command](https://github.com/varnish/docker-varnish/blob/master/docker-varnish-entrypoint#L8):
+Additionally, you can add arguments to `docker run` after `%%IMAGE%%`, if the first one starts with a `-`, they will be appendend to the [default command](https://github.com/varnish/docker-varnish/blob/master/docker-varnish-entrypoint#L8):
 
 
 ```console
 ```console
 # extend the default keep period
 # extend the default keep period