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
This commit is contained in:
Graham McIntire 2026-01-15 09:29:58 -06:00
parent a98e1823f3
commit 58433ec072
No known key found for this signature in database

View file

@ -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</code></pre>
<button
type="button"
@ -257,7 +256,6 @@
- TOWEROPS_AGENT_TOKEN={@new_token.token}
volumes:
- ./data:/data
# Required for automatic self-updates
- /var/run/docker.sock:/var/run/docker.sock</textarea>
</div>
</div>