From 791c22f0b8b98ef21b5105b80ecd679f68084d33 Mon Sep 17 00:00:00 2001 From: Marko Vendelin Date: Tue, 25 May 2021 12:06:01 +0300 Subject: [PATCH] [doc] Specify permissions required for use of bind mounts Fixes #58 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 834c1c62..432f89be 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ Default volumes - `/opt/omero/server/OMERO.server/var`: The OMERO.server `var` directory, including logs - `/OMERO`: The OMERO data directory +When using bind mounts, ensure that the ownership and permissions on the host are set as follows: + +- host folder mapped to `/opt/omero/server/OMERO.server/var`: UID/GID: 1000/997 `drwxr-xr-x` +- host folder mapped to `/OMERO`: UID/GID: 1000/0 `drwxr-xr-x` + Exposed ports -------------