added promtail to auto-update

This commit is contained in:
2024-05-07 22:38:16 +01:00
parent 28503f90ea
commit 91bfb4a9ac
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ doWork(){
apt update -y
apt dist-upgrade -y
$scriptPath/../docker/portainer/docker-run.sh
$scriptPath/../docker/promtail/docker-run.sh
$scriptPath/../docker/telegraf/docker-run.sh
docker image prune -f
}