Skip to content

Commit

Permalink
Update book/src/ui-installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: chonghe <[email protected]>
  • Loading branch information
rickimoore and chong-he committed Jul 23, 2024
1 parent d56a59e commit 331e22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/ui-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The most convenient way to run Siren is to use the Docker images built and publi

They can be found on [Docker hub](https://hub.docker.com/r/sigp/siren/tags), or pulled directly with `docker pull sigp/siren`

Configuration is done through environment variables, the easiest way to get started is by copying `.env.example` to `.env` and editing the relevant sections (typically, this would at least include adding `BEACON_URL`, `VALIDATOR_URL` and `API_TOKEN`)
Configuration is done through environment variables, the easiest way to get started is by copying `.env.example` to `.env` and editing the relevant sections (typically, this would at least include adding `BEACON_URL`, `VALIDATOR_URL`, `API_TOKEN` and `SESSION_PASSWORD`)

Then to run the image:

Expand Down

0 comments on commit 331e22f

Please sign in to comment.