Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller authored Aug 5, 2024
1 parent b389371 commit 93d16f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "5432:5432"

kestra:
image: kestra/kestra:develop-full # use only during development; otherwise use kestra/kestra:latest-full
image: kestra/kestra:latest # during development, you can use kestra/kestra:develop
pull_policy: always # missing
entrypoint: /bin/bash
user: "root"
Expand Down

0 comments on commit 93d16f4

Please sign in to comment.