Skip to content

Commit

Permalink
fix: improve docker command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 26, 2023
1 parent e656be8 commit a646197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker run --rm \
Or directly using the .env file

```
docker run --env-file=.env --rm blossomlabs/blobscan-indexer:master
docker run --network host --env-file=.env --rm blossomlabs/blobscan-indexer:master
```

For more information, check out [Docker Hub](https://hub.docker.com/r/blossomlabs/blobscan-indexer).
Expand Down

0 comments on commit a646197

Please sign in to comment.