The Docker agent runs as non-root user (UID 1000) for security. When mounting host directories, users must create the data directory with proper permissions before starting the container. Added clear instructions to: 1. Create the data directory: mkdir -p data 2. Set proper ownership: chown -R 1000:1000 data 3. Then use the Docker Compose configuration This fixes the 'unable to open database file' error when starting the agent. |
||
|---|---|---|
| .. | ||
| admin | ||
| agent_live | ||
| alert_live | ||
| equipment_live | ||
| graph_live | ||
| org | ||
| org_live | ||
| site_live | ||
| dashboard_live.ex | ||
| dashboard_live.html.heex | ||