From a493ec90ff7d7b4fdf2c054163a9262cb889a7fc Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 21 Jun 2025 08:45:53 +0200 Subject: [PATCH] docs: add more docker notes --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 0d3c840d..810410a9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -52,6 +52,8 @@ docker run \ filebrowser/filebrowser ``` +The default user has PID 1000 and GID 1000. Please make sure that this user has access to the different mounted volumes. To change the user running inside the Docker image, you need to use the [`--user` flag](https://docs.docker.com/engine/containers/run/#user). + ### s6 overlay The `s6` image is based on LinuxServer and leverages the [s6-overlay](https://github.com/just-containers/s6-overlay) system for a standard, highly customizable image. It should be used as follows: