mirror of
https://github.com/laurent22/joplin
synced 2025-04-29 16:11:52 +08:00
Chore: Update Docker Compose POSTGRES_HOST for proper service-to-service communication (#11886)
This commit is contained in:
parent
1abf9e9602
commit
502c929c88
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user