error when trying to run crAPI using docker-compose
wojciodataist opened this issue · 1 comments
wojciodataist commented
Describe the bug
everytime I get the same error of:
ERROR: Invalid interpolation format for "crapi-identity" option in service "services": "crapi/crapi-identity:${VERSION:-latest}"
To Reproduce
I'm trying to run crAPI for the first time and the error occurs after following commands:
- VERSION=develop sudo docker-compose -f docker-compose.yml pull
AND - docker-compose -f docker-compose.yml --compatibility up -d
Expected behavior
app should start
Runtime Environment
Docker version 24.0.5, build 24.0.5-0ubuntu1~20.04.1
piyushroshan commented
Whats your docker-compose version?