From 360dc92883d7807d16a458514e459c06b49c71c0 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 4 Jan 2026 00:03:36 -0600 Subject: [PATCH] docs(docker-compose): update comments to clarify automated permission handling and user execution for reticulum-meshchatx --- docker-compose.dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index e10d272..b7e46ee 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -6,6 +6,8 @@ services: container_name: reticulum-meshchatx image: reticulum-meshchatx:local restart: unless-stopped + # Permission handling is now automated in the Dockerfile via su-exec + # reticulum-meshchatx will run as user 'meshchat' (UID 1000) security_opt: - no-new-privileges:true # Make the meshchat web interface accessible from the host on port 8000