Good Morning.. I’m trying to get the dev setup wit...
# docker
j
Good Morning.. I’m trying to get the dev setup with the latest demo shop up an running.. currently I’m facing the following issues:
Copy code
│unexpected character "-" in variable name near "RSA PRIVATE KEY-----_
and
Copy code
Error: unable to bring up Mutagen service: up command failed: exit status 15
did anyone else experienced these issues? I’m running the
docker/sdk
on MacOS, mutagen is installed.
👀 1
1
w
yes, this is related to docker-compose version 2. try downgrading that to version 1.29 - I already worked on creating an official bug ticket, but didn't manage to finish it yet
☝️ 1
j
Okay… makes sense. I had hopes that’s sth else. Thanks for the update.