Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxcoltxxx authored Dec 6, 2018
1 parent 8b0b449 commit faf64ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ docker build -t smsc-balance-exporter .
Run:

```sh
docker run -e SMSC_LOGIN=<your-login> -e SMSC_PASSWORD=<your-password> smsc-balance-exporter \
docker run \
-e SMSC_LOGIN=<your-login> \
-e SMSC_PASSWORD=<your-password> \
--restart=unless-stopped \
-d \
smsc-balance-exporter \
--interval=1800 \
--listen-address=0.0.0.0:9601
```
Expand All @@ -37,7 +42,7 @@ docker run -e SMSC_LOGIN=<your-login> -e SMSC_PASSWORD=<your-password> smsc-bala

```sh
# Set variables you need
SMSC_EXPORTER_VERSION=v0.1.3-alpha
SMSC_EXPORTER_VERSION=v0.1.3-beta.1
SMSC_EXPORTER_PLATFORM=linux
SMSC_EXPORTER_ARCH=amd64
SMSC_LOGIN=<your_login>
Expand Down

0 comments on commit faf64ee

Please sign in to comment.