From ee9bf31d3047c99f928390ef74917a092196c6d0 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 26 Oct 2025 19:46:59 +0800 Subject: [PATCH] chore(compose): add comments for lite variant uid/gid configuration in example --- compose.example.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.example.yml b/compose.example.yml index c32db987..9efe48cf 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -29,6 +29,10 @@ services: read_only: true tmpfs: - /app/.next/cache # next image caching + + # for lite variant, do not change uid/gid + # - /var/cache/nginx:uid=101,gid=101 + # - /run:uid=101,gid=101 security_opt: - no-new-privileges:true cap_drop: