Skip to content

Commit 849263a

Browse files
committed
update readme
1 parent a853db0 commit 849263a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Run in containerized environments:
7474
docker build -t token-api-scraper .
7575

7676
# Run service
77-
docker run --env-file .env token-api-scraper run metadata-swaps --verbose --auto-restart
77+
docker run --env-file .env -p 9090:9090 token-api-scraper \
78+
run metadata-swaps --verbose --auto-restart
7879
```
7980

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

0 commit comments

Comments
 (0)