docs(docker-compose): update comments to clarify automated permission handling and user execution for reticulum-meshchatx

This commit is contained in:
2026-01-04 00:03:36 -06:00
parent 81dcc826d9
commit 360dc92883

View File

@@ -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