From 22bacfd9444294084665bab7cb1b1281676bd03b Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 18:19:50 -0600 Subject: [PATCH] chore(docker-compose): update image source for reticulum-meshchatx and add security options --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3abd312..39614f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,10 @@ services: reticulum-meshchatx: container_name: reticulum-meshchatx - image: ${MESHCHAT_IMAGE:-ghcr.io/sudo-ivan/reticulum-meshchatx:latest} - pull_policy: always + image: git.quad4.io/rns-things/meshchatx:latest restart: unless-stopped + security_opt: + - no-new-privileges:true # Make the meshchat web interface accessible from the host on port 8000 ports: - 127.0.0.1:8000:8000