fix: add user directive to hermes service

This commit is contained in:
2026-07-04 23:49:00 -04:00
committed by Hermes
parent aec2ea8143
commit 0ba694adfa

View File

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