D
Dokploy10mo ago
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
1 Reply
Flo
FloOP10mo ago
nvm the pull_policy should do the trick

Did you find this page helpful?