From 58433ec0729cb199fb12c9b966560fea6d9eb15d Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 15 Jan 2026 09:29:58 -0600 Subject: [PATCH] Enable Docker socket mount by default in agent setup - Removed comment from Docker socket volume mount - Auto-updates now work out of the box when users copy config - Socket mount: /var/run/docker.sock:/var/run/docker.sock --- lib/towerops_web/live/agent_live/index.html.heex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index 83daba3a..d5c5bcd1 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -239,7 +239,6 @@ - TOWEROPS_AGENT_TOKEN={@new_token.token} volumes: - ./data:/data - # Required for automatic self-updates - /var/run/docker.sock:/var/run/docker.sock