autoupdates

This commit is contained in:
2026-07-30 14:18:40 +02:00
parent ebd3cf4709
commit 0e178e81f2
5 changed files with 23 additions and 2 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
apt update -y
apt upgrade -y
cd /home/tomasr/vps-config
docker compose down
docker compose pull
docker compose up -d
docker image prune -f