feat: install custom tools at startup, remove deprecated fix-permissions.sh
This commit is contained in:
@@ -31,6 +31,10 @@ services:
|
||||
ssh:
|
||||
- default
|
||||
container_name: hermes
|
||||
user: root
|
||||
entrypoint: ["/bin/bash", "-c",
|
||||
"bash /opt/data/hermes-tools/install.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",
|
||||
"hermes-entrypoint"]
|
||||
restart: always
|
||||
# Gateway run enables the internal API server on port 8642
|
||||
command: gateway run
|
||||
|
||||
Reference in New Issue
Block a user