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.
This commit is contained in:
Daniel Luiz Alves
2025-07-07 10:56:05 -03:00
parent 1999949129
commit 1294329083

View File

@@ -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)