diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b6bdc03..095c3fb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: - name: Restart Service run: | + # Debug: List networks to confirm existence + docker network ls # The image is now in the local docker daemon (Host) thanks to the shared socket docker compose up -d --force-recreate clawdbot docker image prune -f