M: Add restart after rebuild

This commit is contained in:
Ivan 2025-07-17 19:33:41 +03:00
parent 9d19b05aca
commit 71a7d78046

View File

@ -7,6 +7,7 @@ git reset --hard origin/main
/bin/bash "${BACKUP_SCRIPT}"
docker compose --file "${COMPOSE_FILE}" up --build --detach
docker compose --file "${COMPOSE_FILE}" restart
# Use this to prune caches
# docker system prune -a -f