Skip to content

Commit

Permalink
[doc] Specify permissions required for use of bind mounts
Browse files Browse the repository at this point in the history
Fixes ome#58
  • Loading branch information
markovendelin committed May 25, 2021
1 parent 3a39707 commit 791c22f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit 791c22f

Please sign in to comment.