Skip to content

Commit

Permalink
docs: add entrypoint modifications reasons to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Dec 5, 2024
1 parent 0004b95 commit bcc123f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ You can customize the following environment variables in the .env file or Docker
- DOMAIN: The MEV-Commit testnet domain, default is testnet.mev-commit.xyz.

## Modifying the Entry Point
The container uses the entrypoint.sh script to start the service. If you need to modify the startup sequence, you can edit this script and rebuild the container.
The container uses the entrypoint.sh script to start the service. If you need to modify the startup sequence, you can edit this script and rebuild the container. Some reasons to modify the script include:
* build the bidder node from a previous mev-commit version
* change the autodeposit minimum deposit amount (1 ETH)

# Networking with Other Repositories
This Docker container is designed to work together with other services (e.g., bidding scripts or Geth containers) by using a shared Docker network. This allows multiple containers to communicate with each other seamlessly.
Expand Down

0 comments on commit bcc123f

Please sign in to comment.