From eaf097f7b01669ee1508613a7d07546a688fcc7d Mon Sep 17 00:00:00 2001 From: Jayme Davis Date: Fri, 7 Oct 2022 02:01:32 -0400 Subject: [PATCH] owed -> owned (typo) (#2171) * owed -> owned (typo) --- docs/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker.md b/docs/Docker.md index 1e20ab7f..a019a87e 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -56,7 +56,7 @@ The second docker volume is for your data folder and is created in the next step * The owner of this specified folder must not be root * The owner of this specified folder must have permissions for its parent directory -**NOTE:** Issues occur when this target folder is a mounted folder of an external system (NAS, SMB mount, USB Drive etc) as the 'mount' itself is owed by 'root'. If this is your use case, you *must* ensure your normal user can mount your desired target without having the target mounted by 'root'. If you do not fix this, your Docker container will fail to start with the following error message: +**NOTE:** Issues occur when this target folder is a mounted folder of an external system (NAS, SMB mount, USB Drive etc) as the 'mount' itself is owned by 'root'. If this is your use case, you *must* ensure your normal user can mount your desired target without having the target mounted by 'root'. If you do not fix this, your Docker container will fail to start with the following error message: ```bash ROOT level privileges prohibited! ```