Fix DATABASE_URL corruption from special characters in POSTGRES_PASSWORD
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user