Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Fix issue with ssl mode
  • Loading branch information
LeonAlvarez authored Oct 2, 2024
1 parent eddef23 commit d5adf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/public/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
electric:
image: electricsql/electric
environment:
DATABASE_URL: postgresql://postgres:password@postgres:5432/electric
DATABASE_URL: postgresql://postgres:password@postgres:5432/electric?sslmode=disable
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit d5adf61

Please sign in to comment.