Add Watchtower installation and display success message

pull/2429/head
Bram Suurd 2 years ago
parent 07405cf6d7
commit c8371d71dc
  1. 2
      install/memos-install.sh

@ -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…
Cancel
Save