fix: use v2 (no minor or patch) for self-hosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-26 13:58:50 +01:00
parent d330053874
commit 64bcd5c155
2 changed files with 5 additions and 8 deletions

View File

@@ -2,10 +2,7 @@
git pull
echo "Pulling latest docker images"
docker compose pull
echo "Restarting services"
docker compose up -d --remove-orphans
echo "Updating services"
docker compose up -d --pull always --remove-orphans
echo "Done"