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: