diff --git a/docker-compose.yml b/docker-compose.yml index 8399e07..9cd7eaf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,6 +53,15 @@ services: # CONFIG_ENCRYPTION_KEY: "your-custom-encryption-key-here" # POSTGRES_PASSWORD: "your-custom-postgres-password-here" + # ======================================================================== + # OPTIONAL: Rootless Podman Support + # ======================================================================== + # Set to "true" ONLY if running with rootless Podman. + # This skips gosu UID/GID switching since the user namespace already + # handles mapping. Do NOT enable for Docker or LXC - it will cause + # files to be created as root. + # ROOTLESS_CONTAINER: "true" + # ======================================================================== # OPTIONAL: Application Configuration # ========================================================================