From 0d5002adc118e1809135f922f78ffe1b230bca35 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:45:41 +0100 Subject: [PATCH] Rename image and folder --- enedisgateway2mqtt/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index fb1d982ac..7f4836cd7 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -6,13 +6,13 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "Use Enedis Gateway API to send data in your MQTT Broker (latest channel)", - "image": "ghcr.io/alexbelgium/enedisgateway2mqtt-{arch}", + "image": "ghcr.io/alexbelgium/myelectricaldata-{arch}", "map": [ "config:rw" ], "name": "MyElectricalData", "options": { - "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", + "CONFIG_LOCATION": "/config/myelectricaldata/config.yaml", "TZ": "Europe/Paris", "mqtt_autodiscover": true, "verbose": true