Skip to content

Commit

Permalink
Merge pull request #1325 from OffchainLabs/fix-blockscout-db-ssl
Browse files Browse the repository at this point in the history
Fix blockscout database URL to not include ?ssl=false
  • Loading branch information
PlasmaPower authored Dec 9, 2022
2 parents 7bf5632 + 5151f81 commit 51f9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
ETHEREUM_JSONRPC_VARIANT: 'geth'
ETHEREUM_JSONRPC_HTTP_URL: http://sequencer:8547/
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER: "true"
DATABASE_URL: postgresql://postgres:@postgres:5432/blockscout?ssl=false
DATABASE_URL: postgresql://postgres:@postgres:5432/blockscout
ECTO_USE_SSL: "false"
ports:
- "127.0.0.1:4000:4000"
Expand Down

0 comments on commit 51f9452

Please sign in to comment.