Skip to content

Commit

Permalink
Add Docker update documentation (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard authored Jan 3, 2021
1 parent eadc820 commit 3beb816
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,17 @@ This setup is recommended only if you are running TeslaMate **on your home netwo
docker-compose up -d
```

### Update

To update the running Teslamate condiguration to the latest version, run the following commands:

```bash
docker-compose pull
docker-compose up -d
```

## Usage

1. Open the web interface [http://your-ip-address:4000](http://localhost:4000)
2. Sign in with your Tesla account
3. The Grafana dashboards are available at [http://your-ip-address:3000](http://localhost:3000).

0 comments on commit 3beb816

Please sign in to comment.