From 129432908335dd55ea8ed6332f0d6ff3be121230 Mon Sep 17 00:00:00 2001 From: Daniel Luiz Alves Date: Mon, 7 Jul 2025 10:56:05 -0300 Subject: [PATCH] docs: update PALMR_UID and PALMR_GID comments in quick-start documentation for consistency - Revised comments for PALMR_UID and PALMR_GID environment variables in the quick-start guide to align with recent changes in Docker Compose files, ensuring clarity on their purpose and usage. - Removed outdated comments to streamline the documentation and improve user understanding of UID and GID settings. --- apps/docs/content/docs/3.1-beta/quick-start.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/docs/content/docs/3.1-beta/quick-start.mdx b/apps/docs/content/docs/3.1-beta/quick-start.mdx index 611e56e..8cd92fe 100644 --- a/apps/docs/content/docs/3.1-beta/quick-start.mdx +++ b/apps/docs/content/docs/3.1-beta/quick-start.mdx @@ -103,13 +103,8 @@ services: - ENABLE_S3=false - ENCRYPTION_KEY=change-this-key-in-production-min-32-chars # CHANGE THIS KEY FOR SECURITY # - SECURE_SITE=false # Set to true if you are using a reverse proxy -<<<<<<< HEAD:apps/docs/content/docs/3.0-beta/quick-start.mdx - - PALMR_UID=1000 # Set to your user ID (run 'id' to find it) - - PALMR_GID=1000 # Set to your group ID (run 'id' to find it) -======= - PALMR_UID=1000 # UID for the container processes (default is 1001) - PALMR_GID=1000 # GID for the container processes (default is 1001) ->>>>>>> feat/multi-oidc-providers:apps/docs/content/docs/3.1-beta/quick-start.mdx ports: - "5487:5487" # Web port - "3333:3333" # API port (OPTIONAL EXPOSED - ONLY IF YOU WANT TO ACCESS THE API DIRECTLY)