Skip to content
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

version is obsolete #306

Open
rafalohaki opened this issue Mar 23, 2024 · 3 comments
Open

version is obsolete #306

rafalohaki opened this issue Mar 23, 2024 · 3 comments

Comments

@rafalohaki
Copy link

rafalohaki commented Mar 23, 2024

root@minifast:~/docker/saleor-platform# docker compose build
WARN[0000] /root/docker/saleor-platform/docker-compose.yml: version is obsolete

reproduce:
git clone https://github.com/saleor/saleor-platform.git
cd saleor-platform
docker compose build

docker --version
Docker version 26.0.0, build 2ae903e
Docker Compose version v2.25.0

@amityweb
Copy link

amityweb commented Apr 29, 2024

Other websites say tor remove version from the file, but then nothing happens when I type:
docker compose build

I have wasted an entire day today faffing with Saleor and all I wanted was to install Stripe in the older version I had which I cant fix now I have upgraded it.

@sorci2
Copy link

sorci2 commented Apr 30, 2024

In Docker Compose version 1.27.0 and later, the version key is optional, start the migration after you did the docker compose build, and it will work ( at least worked for me )

@amityweb
Copy link

amityweb commented May 5, 2024

I think its working for me OK when I remove the version. I expected something visible to happen when I typed "docker compose build" but nothing did. But if I proceed with the instructions it seems work then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants