M: Add restart to router after restarting containers

This commit is contained in:
Ivan 2025-07-21 11:35:41 +03:00
parent 7a8c0f91c2
commit ba6cc05e13

View File

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