From 120dff786f097e0b2ef2d30fa488522069ed5a83 Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Tue, 11 Nov 2025 20:37:24 -0500 Subject: [PATCH] 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. --- teslamate/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teslamate/docker-compose.yml b/teslamate/docker-compose.yml index c2c2ce9..17a1d75 100644 --- a/teslamate/docker-compose.yml +++ b/teslamate/docker-compose.yml @@ -1,6 +1,6 @@ services: teslamate: - image: ghcr.io/teslamate/teslamate:latest + image: teslamate/teslamate:latest restart: always environment: - ENCRYPTION_KEY=/run/secrets/password