1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

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

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: