From fe1ca24a4991179daa66cb121927d3427283840f Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 15 Jan 2020 21:01:52 +0100 Subject: [PATCH] Add UID/GID environment variables to the all configurations example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac58f65..521a85d 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ services: SEAF_UPLOAD_LIMIT: "1000000" SEAF_DOWNLOAD_LIMIT: "1000000" SEAF_SKIP_SSL_CERT: "true" + UID: "1000" + GID: "1000" volumes: shared_volume: