Add Watchtower installation and display success message

This commit is contained in:
Bram Suurd 2024-02-04 22:36:41 +01:00
parent 07405cf6d7
commit c8371d71dc
1 changed files with 2 additions and 0 deletions

View File

@ -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