Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Discussion options

You must be logged in to vote

Something you can check but may not have an issue with

docker compose --version

docker-compose –version

Are they different? If so, remove the brew one

brew remove docker-compose

Check it again

docker compose version

docker-compose --version
They should be the same

Now ensure that your environments are down

warden env down

Then ensure that you shutdown the services
warden svc down

Pull in the new services
warden svc pull

Pull in the new environments
warden env pull

Do the rebuild and recreate steps next and don't forget to use the force recreate ( I believe this was my actual fix )

warden svc up --force-recreate

Fire up your environment once again
warden env up -d --build

That should fix y…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ralbin
Comment options

You must be logged in to vote
2 replies
@ralbin
Comment options

@drpayyne
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants