diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index 5371a318..10425514 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -213,15 +213,8 @@
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}