diff --git a/scripts/prod/UpdateProd.sh b/scripts/prod/UpdateProd.sh index d36440b2..4294b019 100644 --- a/scripts/prod/UpdateProd.sh +++ b/scripts/prod/UpdateProd.sh @@ -8,5 +8,6 @@ git pull docker compose --file "${COMPOSE_FILE}" up --build --detach docker image prune --all --force -sleep 5 -docker compose --file "${COMPOSE_FILE}" restart \ No newline at end of file + +# Use this command to restart containers if something went wrong +# docker compose --file "docker-compose-prod.yml" restart \ No newline at end of file