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:
parent
a98e1823f3
commit
58433ec072
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue