Skip to content

Commit

Permalink
fix image path (#4309)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer authored Oct 28, 2024
1 parent 4fcdf7e commit bfe5e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For TeslaMate:
```yml
teslamate:
# image: teslamate/teslamate:latest
image: ghcr.io/teslamate-org/teslamate/teslamate:pr-3836
image: ghcr.io/teslamate-org/teslamate:pr-3836
```
For Grafana:
Expand All @@ -107,7 +107,7 @@ To update dashboards you need Grafana running locally. The following _docker-com
```yml
services:
grafana:
image: teslamate-grafana:latest
image: teslamate/grafana:latest
environment:
- DATABASE_USER=postgres
- DATABASE_PASS=postgres
Expand Down

0 comments on commit bfe5e17

Please sign in to comment.