From 0ba694adfa2bb21b484bd98cee921a576462ee6f Mon Sep 17 00:00:00 2001 From: gortium Date: Sat, 4 Jul 2026 23:49:00 -0400 Subject: [PATCH] fix: add user directive to hermes service --- ai/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/compose.yml b/ai/compose.yml index a212f13..7b86605 100755 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -30,6 +30,7 @@ services: ssh: - default container_name: hermes + user: "10000:10000" entrypoint: ["/bin/bash", "-c", "bash /opt/data/hermes-tools/install.sh && bash /usr/local/bin/run-multi-gateways.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"", "hermes-entrypoint"]