From fb055785a5acd97f5aabaa201b2ae4843145243f Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 15 Apr 2025 15:57:45 -0400 Subject: [PATCH] last time updating names --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2f607b8..246cd49 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: # listens to mqtt packets and saves to database meshtastic-mqtt: container_name: meshtastic-mqtt - image: git.arinity.org/ctmesh/map/mqtt:latest + image: git.arinity.org/ctmesh/map-mqtt:latest depends_on: database: condition: service_healthy @@ -13,7 +13,7 @@ services: # runs the web map ui meshtastic-map: container_name: meshtastic-map - image: git.arinity.org/ctmesh/map/web:latest + image: git.arinity.org/ctmesh/map:latest depends_on: database: condition: service_healthy