From e44ec59b6e7a0565af430de53eb87b1170edbc1c Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 30 Nov 2025 21:28:46 -0600 Subject: [PATCH] Rename reticulum-meshchat service to reticulum-meshchatx and update image reference in docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f91c312..1555e54 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: - reticulum-meshchat: - container_name: reticulum-meshchat - image: ghcr.io/sudo-ivan/reticulum-meshchat:latest + reticulum-meshchatx: + container_name: reticulum-meshchatx + image: ghcr.io/sudo-ivan/reticulum-meshchatx:latest pull_policy: always restart: unless-stopped # Make the meshchat web interface accessible from the host on port 8000