Ability to Pull Updated Docker Images via UI
What problem will this feature address?
Dokploy by default does not pull new images, when clicking redeploy.
Describe the solution you'd like
We would love to see a feature toogle to enable this behavior via the UI.
Maybe a dropdown on the deploy button to select if pull is wanted or not.
Describe alternatives you've considered
We found a soltion to achieve this manualy by adding a pull_policy: always to the docker compose
Additional context
I think this feature could be very usefull for users with not so good technical knowledge or which are just starting to use dokploy.
Will you send a PR to implement it?
Maybe, need help
Definitely looking forward to this feature!
What's stopping you from using: pull_policy: always ?
+1
@linkrobins its also pulling when using reload for example and its a workaround :)