Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnoviy committed Oct 21, 2024
1 parent d44a925 commit 1170be1
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 @@ -26,7 +26,7 @@ docker run \
-e GRAFANABOT_TELEGRAMM_USERS="66660503,3883884329" \
-e GRAFANABOT_TELEGRAMM_GROUPS="-3455345434,-6786786868" \
-e GRAFANABOT_GRAFANA_URL="http://grafana.local:3000" \
-e GRAFANABOT_GRAFANA_TOKEN=eyJrILCJuIjoiZ3JhZmFuYWJvdCIsImlkIjoxfQ== \
-e GRAFANABOT_GRAFANA_TOKEN="eyJrILCJuIjoiZ3JhZmFuYWJvdCIsImlkIjoxfQ==" \
grafanabot
```

Expand All @@ -52,7 +52,7 @@ docker run \
-e GRAFANABOT_TELEGRAMM_USERS="66660503,3883884329" \
-e GRAFANABOT_TELEGRAMM_GROUPS="-3455345434,-6786786868" \
-e GRAFANABOT_GRAFANA_URL="http://grafana.local:3000" \
-e GRAFANABOT_GRAFANA_TOKEN=eyJrILCJuIjoiZ3JhZmFuYWJvdCIsImlkIjoxfQ== \
-e GRAFANABOT_GRAFANA_TOKEN="eyJrILCJuIjoiZ3JhZmFuYWJvdCIsImlkIjoxfQ==" \
asosnoviy/grafanabot:latest

```

0 comments on commit 1170be1

Please sign in to comment.