-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: docker-compose.yaml validation error #5202
Comments
I am getting the same bug. Removing |
Hello, # Not working
pull_policy: ${IMAGE_PULL_POLICY:-missing}
# Working
pull_policy: missing Docker version Client: Docker Engine - Community Server: Docker Engine - Community |
Docker Compose version 2.29.1 seems solving the issue. It seems a duplicated of the issue 12001, in 2.29.0. |
this has been taken care in PR #5228 |
This has been resolved and released. |
Is there an existing issue for this?
Current behavior
fails to start
validating /home///plane-selfhost/plane-app/docker-compose.yaml: services.worker.pull_policy services.worker.pull_policy must be one of the following: "always", "never", "if_not_present", "build", "missing"
Checking log file for Web and Space returns - service 'web'/'space' is not running
Steps to reproduce
Following the installation method from
https://docs.plane.so/self-hosting/methods/docker-compose
Environment
Production
Browser
Google Chrome
Variant
Local
Version
v0.22-dev
The text was updated successfully, but these errors were encountered: