Bug Description
Just trying to start minimal viable container with custom HOME but get an error
What am I doing wrong?
Steps to Reproduce
Docker compose file
services:
hermes:
image: nousresearch/hermes-agent:v2026.4.30
container_name: hermes
environment:
- HERMES_HOME=/home/hermes/.hermes
Expected Behavior
Container should start and create a custom home directory in the defined path
Actual Behavior
Container fails with error
mkdir: cannot create directory '/home/hermes': Permission denied
user: 0:0 doesn't help
Affected Component
Setup / Installation
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
Official Docker image
Python Version
No response
Hermes Version
No response
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?
Bug Description
Just trying to start minimal viable container with custom HOME but get an error
What am I doing wrong?
Steps to Reproduce
Docker compose file
Expected Behavior
Container should start and create a custom home directory in the defined path
Actual Behavior
Container fails with error
user: 0:0doesn't helpAffected Component
Setup / Installation
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
Official Docker image
Python Version
No response
Hermes Version
No response
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?