You've already forked joplin
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:
@@ -16,7 +16,7 @@ services:
|
|||||||
- POSTGRES_DATABASE=joplin
|
- POSTGRES_DATABASE=joplin
|
||||||
- POSTGRES_USER=joplin
|
- POSTGRES_USER=joplin
|
||||||
- POSTGRES_PORT=5432
|
- POSTGRES_PORT=5432
|
||||||
- POSTGRES_HOST=localhost
|
- POSTGRES_HOST=db
|
||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user