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. |
||
|---|---|---|
| .. | ||
| towerops | ||
| towerops_web | ||
| towerops.ex | ||
| towerops_web.ex | ||