Skip to content

Commit

Permalink
Chore: Update Docker Compose POSTGRES_HOST for proper service-to-serv…
Browse files Browse the repository at this point in the history
…ice communication (#11886)
  • Loading branch information
itsanmol27 authored Feb 27, 2025
1 parent 1abf9e9 commit 502c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.server-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 502c929

Please sign in to comment.