Merge pull request #609 from haiwen/13.0-seafile-non-root-user

13.0 seafile non root user
This commit is contained in:
Daniel Pan 2025-10-21 15:30:30 +08:00 committed by GitHub
commit d5a6b90135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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