chore(teslamate): Switch Teslamate image source to Docker Hub

The `teslamate` service in `docker-compose.yml` has been updated to pull its image from `teslamate/teslamate:latest` on Docker Hub. This change simplifies the image reference and ensures consistency with the primary distribution channel.
This commit is contained in:
Preston Hunter
2025-11-11 20:37:24 -05:00
parent bb630b5c2c
commit 120dff786f

View File

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