From 2ceaaa6adb08d8110279a418997906f6716e3f67 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Mon, 29 Nov 2021 20:57:03 +0100 Subject: [PATCH] Fix typo in the varnish docs --- varnish/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish/content.md b/varnish/content.md index acfdac6f1..81579635e 100644 --- a/varnish/content.md +++ b/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%% ``` -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 # extend the default keep period