From 59e76de4cc8c93682f40d54afb00ca2f9e697eab Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 30 Nov 2025 20:59:54 -0600 Subject: [PATCH] update docker-compose --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3eff87f..f91c312 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,12 @@ services: reticulum-meshchat: container_name: reticulum-meshchat - image: ghcr.io/liamcottle/reticulum-meshchat:latest + image: ghcr.io/sudo-ivan/reticulum-meshchat:latest pull_policy: always restart: unless-stopped # Make the meshchat web interface accessible from the host on port 8000 ports: - - 0.0.0.0:8000:8000 + - 127.0.0.1:8000:8000 volumes: - meshchat-config:/config # Uncomment if you have a USB device connected, such as an RNode