Skip to content

Commit

Permalink
doc: remove update steps in installation instructions and link to mai…
Browse files Browse the repository at this point in the history
…ntenance section
  • Loading branch information
JakobLichterfeld committed Mar 28, 2024
1 parent 85f5dd5 commit dbf23fa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions website/docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Docker install
sidebar_label: Docker
---

This document provides the necessary steps for installation of TeslaMate on a any system that runs Docker. For a walkthrough that provides the necessary steps for manual installation see [Manual Install](debian.md).
This document provides the necessary steps for installation of TeslaMate on any system that runs Docker. For a walkthrough that provides the necessary steps for manual installation see [Manual installation](debian.md).

This setup is recommended only if you are running TeslaMate **on your home network**, as otherwise your Tesla API tokens might be at risk. If you intend to expose TeslaMate directly to the internet check out the [advanced guides](../guides/traefik.md).

Expand Down Expand Up @@ -88,14 +88,9 @@ This setup is recommended only if you are running TeslaMate **on your home netwo
## Usage

1. Open the web interface [http://your-ip-address:4000](http://localhost:4000)
2. Sign in with your Tesla account
2. Sign in with your Tesla Account
3. The Grafana dashboards are available at [http://your-ip-address:3000](http://localhost:3000). Log in with the default user `admin` (initial password `admin`) and enter a secure password.

## [Update](../upgrading.mdx)

To update the running TeslaMate configuration to the latest version, run the following commands:

```bash
docker compose pull
docker compose up -d
```
To update the running TeslaMate configuration to the latest version, follow: [Upgrading to a new version](../maintenance/upgrading.mdx)

0 comments on commit dbf23fa

Please sign in to comment.