Fix setup warnings and stabilize auto-update workflow
Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
@ -91,6 +91,9 @@ compose -f "${COMPOSE_FILE}" pull db app web
|
||||
echo "==> Recreating services"
|
||||
compose -f "${COMPOSE_FILE}" up -d db app web
|
||||
|
||||
echo "==> Restarting web container to refresh nginx upstream resolution"
|
||||
compose -f "${COMPOSE_FILE}" restart web
|
||||
|
||||
if ! wait_for_occ; then
|
||||
echo "ERROR: Nextcloud OCC did not become ready in time."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user