From c5c9f5ba9d599453710f341747599b36dd4cfd13 Mon Sep 17 00:00:00 2001 From: SkywalkerSpace Date: Tue, 21 Oct 2025 15:25:01 +0800 Subject: [PATCH] 13.0 seafile non root user --- manual/setup/run_seafile_as_non_root_user_inside_docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/setup/run_seafile_as_non_root_user_inside_docker.md b/manual/setup/run_seafile_as_non_root_user_inside_docker.md index 0a11a163..f37858ce 100644 --- a/manual/setup/run_seafile_as_non_root_user_inside_docker.md +++ b/manual/setup/run_seafile_as_non_root_user_inside_docker.md @@ -2,6 +2,8 @@ You can use run Seafile as non root user in docker. +Note: In non root mode, the `seafile` user is automatically created in the container, with uid 8000 and gid 8000. + First deploy Seafile with docker, and destroy the containers. ```bash