Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Disable ssl mode in demos
  • Loading branch information
LeonAlvarez authored Oct 2, 2024
1 parent d5adf61 commit 6a6bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .support/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
backend:
image: electricsql/electric:canary
environment:
DATABASE_URL: postgresql://postgres:password@postgres:5432/electric
DATABASE_URL: postgresql://postgres:password@postgres:5432/electric?sslmode=disable
ports:
- 3000:3000
build:
Expand Down

0 comments on commit 6a6bb7b

Please sign in to comment.