Skip to content

Commit

Permalink
Fix port value in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Paramonov committed Mar 13, 2019
1 parent 6b536cd commit 9ade500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You must set environment variables:
docker run \
-e STREAM_TELECOM_LOGIN=<your-login> \
-e STREAM_TELECOM_PASSWORD=<your-password> \
-p 9601:9601 \
-p 9602:9602 \
--restart=unless-stopped \
--name stream-telecom-balance-exporter \
-d \
Expand All @@ -56,7 +56,7 @@ services:
STREAM_TELECOM_LOGIN: <your-login>
STREAM_TELECOM_PASSWORD: <your-password>
ports:
- 9601:9601
- 9602:9602
```
Run exporter:
Expand Down

0 comments on commit 9ade500

Please sign in to comment.