From bb630b5c2c4f7d5f27015432d8d4f951d66d628e Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Tue, 11 Nov 2025 20:31:28 -0500 Subject: [PATCH] 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. --- 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 17a1d75..c2c2ce9 100644 --- a/teslamate/docker-compose.yml +++ b/teslamate/docker-compose.yml @@ -1,6 +1,6 @@ services: teslamate: - image: teslamate/teslamate:latest + image: ghcr.io/teslamate/teslamate:latest restart: always environment: - ENCRYPTION_KEY=/run/secrets/password