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
DJKnaeckebrot
DJKnaeckebrot5mo ago
You can add pull_policy: always to you services

Did you find this page helpful?