chore(compose): comment out user for lite variant in example configuration

This commit is contained in:
yusing
2025-10-28 23:15:54 +08:00
parent 7d38bfd2d2
commit 975354cdc1

View File

@@ -25,6 +25,7 @@ services:
container_name: godoxy-frontend
restart: unless-stopped
env_file: .env
# comment out `user` for lite variant
user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000}
read_only: true
tmpfs: