Skip to content

Commit

Permalink
fix(holesky/docs): docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 11, 2024
1 parent 3cdcaf7 commit 8161a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnets/holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Once the configuration files are in place, make sure you are in the
`testnets/holesky` directory and then run:
```bash
docker compose up -d --env-file bolt-sidecar.env
docker compose --env-file bolt-sidecar.env up -d
```
The docker compose setup comes with various observability tools, such as
Expand Down

0 comments on commit 8161a72

Please sign in to comment.