mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
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:
@@ -103,13 +103,8 @@ services:
|
|||||||
- ENABLE_S3=false
|
- ENABLE_S3=false
|
||||||
- ENCRYPTION_KEY=change-this-key-in-production-min-32-chars # CHANGE THIS KEY FOR SECURITY
|
- 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
|
# - 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_UID=1000 # UID for the container processes (default is 1001)
|
||||||
- PALMR_GID=1000 # GID 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:
|
ports:
|
||||||
- "5487:5487" # Web port
|
- "5487:5487" # Web port
|
||||||
- "3333:3333" # API port (OPTIONAL EXPOSED - ONLY IF YOU WANT TO ACCESS THE API DIRECTLY)
|
- "3333:3333" # API port (OPTIONAL EXPOSED - ONLY IF YOU WANT TO ACCESS THE API DIRECTLY)
|
||||||
|
Reference in New Issue
Block a user