Skip to content

Commit

Permalink
fix typo at setup guide (#5)
Browse files Browse the repository at this point in the history
NEXDTDNS_PROFILE > NEXTDNS_PROFILE
  • Loading branch information
Kn0ax committed Dec 12, 2022
1 parent bfc8000 commit 9373c8d
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 @@ -36,7 +36,7 @@ export NEXTDNS_API_KEY=<api_key>
```sh
docker run -d \
-p 9948:9948 \
-e NEXDTDNS_PROFILE=<profile_id> \
-e NEXTDNS_PROFILE=<profile_id> \
-e NEXTDNS_API_KEY=<api_key> \
ghcr.io/raylas/nextdns-exporter
```
Expand All @@ -45,7 +45,7 @@ docker run -d \

The following will create a local stack of the exporter, Prometheus, and Grafana:
```sh
NEXDTDNS_PROFILE=<profile_id> \
NEXTDNS_PROFILE=<profile_id> \
NEXTDNS_API_KEY=<api_key> \
docker-compose up -d
```
Expand Down

0 comments on commit 9373c8d

Please sign in to comment.