Fix DATABASE_URL corruption from special characters in POSTGRES_PASSWORD

This commit is contained in:
2026-09-14 14:06:52 +02:00
parent 25eb7f50e6
commit 925f3111df
5 changed files with 44 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ A self-hosted, single-user combined timesheet server for `time_track` manual int
cp .env.example .env
# Generate three distinct high-entropy values for POSTGRES_PASSWORD, ADMIN_PASSWORD,
# SYNC_API_TOKEN, and SESSION_SECRET. Keep .env private.
# Values containing special characters (for example @ or :) are safe.
docker compose up --build -d
```