Skip to content

Commit

Permalink
Update docker-compose-no-build-no-db-container-dmc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonygan authored Jun 6, 2023
1 parent 586e394 commit b2ff602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./envs/common-blockscout.env
environment:
ETHEREUM_JSONRPC_VARIANT: 'geth'
ETHEREUM_JSONRPC_HTTP_URL: http://host.docker.internal:20555/
ETHEREUM_JSONRPC_HTTP_URL: http://localhost:20555/
DATABASE_URL: postgresql://postgres:@host.docker.internal:5432/blockscout?ssl=false
ECTO_USE_SSL: 'false'
SECRET_KEY_BASE: '56NtB48ear7+wMSf0IQuWDAAazhpb31qyc7GiyspBP2vh7t5zlCsF5QDv76chXeN'
Expand Down

0 comments on commit b2ff602

Please sign in to comment.