fix: add user directive to hermes service

This commit is contained in:
2026-07-04 23:49:00 -04:00
parent 3c92d93366
commit 3e62c702de

View File

@@ -31,6 +31,7 @@ services:
ssh:
- default
container_name: hermes
user: "10000:10000"
entrypoint: ["/bin/bash", "-c",
"bash /opt/data/hermes-tools/install.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",
"hermes-entrypoint"]