fix: use port 5433 for Docker PostgreSQL to avoid conflicts with local instance

This commit is contained in:
2026-04-06 15:37:49 +02:00
parent 3c9cd47427
commit 677a45b52f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/template
DATABASE_URL=postgresql://postgres:postgres@localhost:5433/template
# Payload CMS
PAYLOAD_SECRET=your-secret-here