Chore: Update Docker Compose POSTGRES_HOST for proper service-to-service communication (#11886)

This commit is contained in:
Anmol Garg 2025-02-27 23:56:21 +05:30 committed by GitHub
parent 1abf9e9602
commit 502c929c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ services:
- POSTGRES_DATABASE=joplin
- POSTGRES_USER=joplin
- POSTGRES_PORT=5432
- POSTGRES_HOST=localhost
- POSTGRES_HOST=db
db:
image: postgres:16
ports: