We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a853db0 commit 849263aCopy full SHA for 849263a
README.md
@@ -74,7 +74,8 @@ Run in containerized environments:
74
docker build -t token-api-scraper .
75
76
# Run service
77
-docker run --env-file .env token-api-scraper run metadata-swaps --verbose --auto-restart
+docker run --env-file .env -p 9090:9090 token-api-scraper \
78
+ run metadata-swaps --verbose --auto-restart
79
```
80
81
See [Docker Guide](docs/DOCKER.md) for Docker Compose examples and production deployment.
0 commit comments