From 8cf23354a362dc1792b1195021297333fae3b0df Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 5 Jun 2021 19:14:59 +0300 Subject: fix typos --- _posts/2020-05-06-docker-bind-mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2020-05-06-docker-bind-mounts.md') diff --git a/_posts/2020-05-06-docker-bind-mounts.md b/_posts/2020-05-06-docker-bind-mounts.md index 3e7b72a..5f85597 100644 --- a/_posts/2020-05-06-docker-bind-mounts.md +++ b/_posts/2020-05-06-docker-bind-mounts.md @@ -107,7 +107,7 @@ so that the `redis-server` process owns the /data directory and thus can write to it. If you want to preserve ./data ownership, Redis' image (and many others) -explicitly accomodates for it by _not_ changing its owner if the container is +explicitly accommodates for it by _not_ changing its owner if the container is run as anybody other than root. For example: -- cgit v1.2.3