-
Notifications
You must be signed in to change notification settings - Fork 46
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
Question: Getting error about docker-compose version mismatch, any ideas? #32
Comments
Hello, What version of docker-compose are you running? Does it meet the >= 2.2 criteria? |
Yes I had the latest v2 version installed. The thing that's confusing me is that the documentation for compose v2 states that the command is |
Can confirm, I also had the problem that |
I think I understood it. Personally I installed docker compose v2 (latest) not by using a package manager but directly on github (grabbed the binary directly), and named it "docker-compose" in /usr/local/bin. I named it out of habit, and then developed my scripts around it. |
When running ./run-seedbox.sh I'm getting this error
ERROR: Version mismatch: file ./docker-compose.yaml specifies version 3.8 but extension file ./services/traefik.yaml uses version 1
Any ideas what might be the cause?
The text was updated successfully, but these errors were encountered: