diff options
Diffstat (limited to '_posts/2020-05-06-docker-bind-mounts.md')
-rw-r--r-- | _posts/2020-05-06-docker-bind-mounts.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |