-
Notifications
You must be signed in to change notification settings - Fork 34
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
Docker failing with compose.yaml #234
Comments
Running on MacOS x86_64 I installed latest Docker Desktop for testing today.
Then I tried a small piece of @gtyellow's patch:
I ran into: docker/compose#10407
Looks like related to:
Now I'm running with all of @gtyellow patch
With above ^^ I see success with docker compose up as:
YET... I see this message repeatedly mentioned: |
#236 will remove the health check. I don't see the role error messages with podman, but I suspect the health check is doing this. It's not really being used for anything. Compose does not delay the starting of pods based on health check anymore, which was the original intention of adding it. If this doesn't clear it I'll set up a VM with docker and dig around to see what's causing it. |
I ran 'docker compose up' in terminal and got the following error 'line 11: mapping key "x-common-variables" already defined at line 3'.
I am using the following docker versions:
Proposing the following update to compose.yaml:
https://gist.github.com/gtyellow/b73dd59de0d698c688fb67b8dcd10277.js"
The text was updated successfully, but these errors were encountered: