feat(docker): add PUID and PGID environment variables for user/group ID handling in Docker setup

This commit is contained in:
Daniel Volz
2025-12-27 12:39:32 +01:00
parent d39ab010a0
commit bedf90d316
4 changed files with 21 additions and 12 deletions
+5
View File
@@ -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