This commit is contained in:
David Schroeder
2026-07-26 15:25:23 -05:00
parent 074d9c4583
commit 1ab95c21fa
5 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ if ((post_pull == 0)); then
fi
printf 'Updating the local Gitea image and deployment stack...\n'
docker compose --env-file .env pull gitea nginx certbot
docker compose --env-file .env pull gitea nginx
"${DEPLOY_ROOT}/manage.sh" start
container_id="$(docker compose -f compose.yaml -f compose.tls.yaml ps -q broker)"