chore(teslamate): Update Teslamate Docker image source to GHCR

The official Teslamate Docker images have migrated from Docker Hub to
GitHub Container Registry (GHCR). This update ensures that the
`docker-compose.yml` pulls the Teslamate image from the correct and
official source.
This commit is contained in:
Preston Hunter
2025-11-11 20:31:28 -05:00
parent e71e15af04
commit bb630b5c2c

View File

@@ -1,6 +1,6 @@
services: services:
teslamate: teslamate:
image: teslamate/teslamate:latest image: ghcr.io/teslamate/teslamate:latest
restart: always restart: always
environment: environment:
- ENCRYPTION_KEY=/run/secrets/password - ENCRYPTION_KEY=/run/secrets/password