Skip to content

Commit a853db0

Browse files
committed
update Docker instructions
1 parent b69d269 commit a853db0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ Run in containerized environments:
7474
docker build -t token-api-scraper .
7575

7676
# Run service
77-
docker run \
78-
-e CLICKHOUSE_URL=http://clickhouse:8123 \
79-
-e NODE_URL=https://bsc.rpc.pinax.network/v1/***/jsonrpc \
80-
token-api-scraper run metadata-transfers
77+
docker run --env-file .env token-api-scraper run metadata-swaps --verbose --auto-restart
8178
```
8279

8380
See [Docker Guide](docs/DOCKER.md) for Docker Compose examples and production deployment.

0 commit comments

Comments
 (0)