doc: remove update steps in installation instructions and link to maintenance section

This commit is contained in:
Jakob Lichterfeld
2024-03-28 08:58:05 +01:00
parent 85f5dd56cc
commit dbf23faa31

View File

@@ -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).
@@ -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)