Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-firer committed Dec 18, 2024
1 parent b20d8c9 commit 9236bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- --network=mainnet # Change to the network you want to index [testnet | kepler | mainnet]
- --postgres-host=postgres
- --network-endpoint=https://mainnet.base.org
- --network-endpoint=https://base.rpc.subquery.network/public # Configure multiple options. will poll on failure.
- --network-endpoint=https://base.rpc.subquery.network/public # Configure multiple options. Attempts the next option on failure.
- --postgres-password=<replace with you own password> # Change to your postgres password
- --postgres-port=5432
- --postgres-ssl-mode=disabled # Set to 'enabled' to activate SSL.
Expand Down

0 comments on commit 9236bcf

Please sign in to comment.