diff --git a/docker-compose.yml b/docker-compose.yml index 9a082a7c928..fb5fb6c17ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,6 +21,7 @@ services: kestra: image: kestra/kestra:latest-full + pull_policy: always entrypoint: /bin/bash # Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user. user: "root"