From b7dc392838f11d188f0bc0f2a1a99fad3f7dca03 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 21 Jul 2026 19:18:51 +0200 Subject: [PATCH] docs: fix typo --- www/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/installation.md b/www/docs/installation.md index 6acb8db6..909df921 100644 --- a/www/docs/installation.md +++ b/www/docs/installation.md @@ -47,7 +47,7 @@ docker run \ Where `filebrowser_data`, `filebrowser_database` and `filebrowser_config` are Docker [volumes](https://docs.docker.com/engine/storage/volumes/), where the data, database and configuration will be stored, respectively. The default configuration and database will be automatically initialized. -The default user that runs File Browser inside the container has PID 1000 and GID 1000. If, for one reason or another, you want to run the Docker container with a different user, please consult Docker's [user documentation](https://docs.docker.com/engine/containers/run/#user). +The default user that runs File Browser inside the container has UID 1000 and GID 1000. If, for one reason or another, you want to run the Docker container with a different user, please consult Docker's [user documentation](https://docs.docker.com/engine/containers/run/#user). > [!NOTE] >