mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 02:09:01 +02:00
chore(compose): add comments for lite variant uid/gid configuration in example
This commit is contained in:
@@ -29,6 +29,10 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /app/.next/cache # next image caching
|
- /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:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
|||||||
Reference in New Issue
Block a user