nginx added to portainer stack
All checks were successful
deploy / deploy (push) Successful in 3s

This commit is contained in:
2024-08-25 12:44:27 +01:00
parent d0b6f2d572
commit 327f0c1626
7 changed files with 12 additions and 18 deletions

View File

@@ -3,8 +3,8 @@ scriptPath="$(dirname "$(readlink -f "$0")")"
doWork(){
apt update -y
apt upgrade -y
$scriptPath/../services/nginx/docker-run.sh
docker image prune -f
# $scriptPath/../services/nginx/docker-run.sh
# docker image prune -f
}
doWork 2>&1 | logger -s -t "auto-update"
exit 0