From 975354cdc1ea7b4a8f7624d9331d47dab4679e7d Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 28 Oct 2025 23:15:54 +0800 Subject: [PATCH] chore(compose): comment out `user` for lite variant in example configuration --- compose.example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.example.yml b/compose.example.yml index 9efe48cf..a5385301 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -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: