chore(compose): add comments for lite variant uid/gid configuration in example

This commit is contained in:
yusing
2025-10-26 19:46:59 +08:00
parent 2c87eebee3
commit ee9bf31d30

View File

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