feat(docker): add PUID and PGID environment variables for user/group ID handling in Docker setup
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
# Copy this file to .env and adjust values for your setup
|
||||
# =============================================================================
|
||||
|
||||
# Container user/group IDs (for bind mount permissions)
|
||||
# Set to your host user's UID/GID: id -u && id -g
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
PORT=3000
|
||||
CORS_ORIGINS=http://localhost:4174
|
||||
LOG_LEVEL=info
|
||||
|
||||
Reference in New Issue
Block a user