Pull Images and restart container from compose
I normally deploy with
docker compose pull && docker compose down && docker compose up -d
I can't seem to get dokploy to pull the latest image and restart the compose.
I tried redeploy and restart. But the same container persists.1 Reply
You can add pull_policy: always to you services