mirror of https://github.com/tteck/Proxmox.git
Add Watchtower installation and display success message
This commit is contained in:
parent
07405cf6d7
commit
c8371d71dc
|
@ -51,6 +51,8 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
|
|||
--restart unless-stopped \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
containrrr/watchtower
|
||||
msg_ok "Installed Watchtower"
|
||||
fi
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
|
Loading…
Reference in New Issue