From 49e31ff0766a5607ae10292708ef1f48ea149227 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:01:16 +0300 Subject: [PATCH] run ssh-chat and matterbridge under nobody user --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index ad67dfc..cca865b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,7 @@ services: restart: unless-stopped ports: - 2022:2022 + user: nobody secrets: - chatkey volumes: @@ -14,6 +15,7 @@ services: matterbridge: build: https://gitea.demb.uk/third-party-mirrors/matterbridge.git#v1.26.0 restart: unless-stopped + user: nobody volumes: - ./matterbridge/matterbridge.toml:/etc/matterbridge/matterbridge.toml:ro environment: