M: Add restart to router after restarting containers

This commit is contained in:
Ivan 2025-07-21 11:35:19 +03:00
parent ab82f1aaed
commit 2484605375

View File

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