From fa591fde051864403207e779ee5c381a237f4120 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 14 Jan 2026 09:36:59 -0600 Subject: [PATCH] Revert manual data directory setup instructions from agent modal The Docker agent now handles permissions automatically via the entrypoint script, so users don't need to manually create the data directory or run chown commands. Reverted the UI back to the simple docker-compose example. --- lib/towerops_web/live/agent_live/index.html.heex | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 @@

- Docker Compose Setup + Docker Compose Example

-
-

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}