Flo
Possible to run docker compose pull?
Currently I am using a gh action to build and push a image to the gh registry so that the server its running on doesn't have to build it
Then using the dokploy webook
Is it possible to make it so that instead of docker compose up -d ... It does a docker compose pull first?
Since just doing docker compose up doesnt pull the image
2 replies