Compare commits

...

1 Commits

Author SHA1 Message Date
3e62c702de fix: add user directive to hermes service 2026-07-04 23:49:00 -04:00

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