Skip to content

Commit

Permalink
docs: Update README with ethdocker setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 20, 2025
1 parent 68ec11f commit ede6f23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ This repository contains the installer for the [contributoor](https://github.com
```
</details>

<details>
<summary>🐳 ethdocker</summary>

If you're using [eth-docker](https://ethdocker.com), setup is as follows:

- In your .env file:
- add `:contributoor.yml` to `COMPOSE_FILE`
- set `CONTRIBUTOOR_USERNAME` to your username
- set `CONTRIBUTOOR_PASSWORD` to your password
- Run `./ethd update`
- Run `./ethd up`

You can read more about configuring eth-docker [here](https://ethdocker.com/Usage/Advanced#specialty-yml-files).
</details>

<details>
<summary>😔 Uninstall</summary>

Expand Down

0 comments on commit ede6f23

Please sign in to comment.