mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
improve update instructions
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ca5da1c5bb
commit
b5b9213f39
2 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@
|
|||
</ul>
|
||||
|
||||
{% if has_update_available == true %}
|
||||
Updates are available. Stop your containers and restart them to apply the update. You should consider creating a backup first.<br><br>
|
||||
⚠ Container updates are available. Click on `Stop Containers` and `Start Containers` to update them. You should consider creating a backup first. The mastercontainer gets updated with a different procedure though and has its own update button which is visible if an update is available.<br><br>
|
||||
{% else %}
|
||||
You are up-to-date.<br><br>
|
||||
{% endif %}
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
{% if isBackupOrRestoreRunning == false %}
|
||||
<h2>Mastercontainer update</h2>
|
||||
|
||||
A new mastercontainer is available. Please click on the button below to update it.<br><br>
|
||||
⚠ A mastercontainer update is available. Please click on the button below to update it. All other containers get updated independently from the mastercontainer by simply clicking on `Stop containers` and clicking on `Start containers` if a new update is available.<br><br>
|
||||
<form method="POST" action="/api/docker/watchtower" class="xhr">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue