Hello all, i follow all steps from <https://docum...
# docker
c
Hello all, i follow all steps from https://documentation.spryker.com/docs/installing-in-development-mode-on-macos-and-linux , but at the end i get an error: "=> => naming to docker.io/library/spryker_b2c_dev_run_cli:dev                                                    0.0s ERROR: The Compose file '/var/folders/6h/8gms4ktx623d0_cwtq4p32bh0000gp/T/io.mutagen.compose.3970806175/mutagen.yml' is invalid because: Unsupported config option for services.mutagen: 'profiles' Error: unable to bring up Mutagen service: up command failed: exit status 1"
👋 1
h
which mutagen version are you running locally?
oh, I think it's the docker-compose issue...are you running docker-compose v2?
c
Mutagen Version: 0.12.0-beta7
docker-compose Version: 1.27.4, build 40524192
h
I'd try using a newer docker-compose version
e.g.
1.29.2
..I think the profiles stuff is newer
p
I use “docker-compose version 1.29.2, build 5becea4c” - but should in theory not be the problem, but worth a try
h
"Support for service profiles was added in docker-compose version 1.28"
👀 1
p
Then I think we have a winner 🚀 I think your suggested version update could really bring the fix here
h
Copy code
sudo curl -L "<https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname> -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod 0755 /usr/local/bin/docker-compose
c
thanks, now it works 🙂
can you update the linked documentation?
there is the information: "Make sure 
docker 18.09.1+
 and 
docker-compose 1.23+
 are installed:"
p
you mean docker-compose >=1.28 & <2 ? - i will forward the information
c
yes @plain-city-95899, this information would helps a lot
👍 1
p
Hello @calm-hospital-11513. Please let me know what OS you are using
c
Mac OS @purple-engine-11535
p
Thanks!
c
can you tell me the zed demo account credentials?
p
Try
<mailto:admin@spryker.com|admin@spryker.com>
and
change123
c
thanks, works @purple-engine-11535
🤝 1