diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index 10425514..5371a318 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -213,8 +213,15 @@

- Docker Compose Example + Docker Compose Setup

+
+

First, create the data directory with proper permissions:

+
mkdir -p data && chown -R 1000:1000 data
+

+ Then create docker-compose.yml: +

+
services:
   towerops-agent:
     image: {@agent_image}