Closed sanket-mundra closed 2 years ago
Refers to this issues: #77
Please include a summary of the change, motivation and context.
I downloaded the docker-compose.yml file using this:
curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml
I manually installed docker-compose version 1.26.2 and 1.27.0 and tried running both these commands:
1.26.2
1.27.0
docker-compose pull docker-compose -f docker-compose.yml --compatibility up -d
For docker-compose version 1.26.2, output was:
For docker-compose version 1.27.0, output was:
Also, I see one commit regarding the interpolation issue in the 1.27.0 docker-compose release. Not very sure about it: Report which variable fails interpolation when they are mandatory
Make sure that you have documented corresponding changes in this repository.
Refers to this issues: #77
Description
Please include a summary of the change, motivation and context.
Testing
I downloaded the docker-compose.yml file using this:
I manually installed docker-compose version
1.26.2
and1.27.0
and tried running both these commands:For docker-compose version
1.26.2
, output was:For docker-compose version
1.27.0
, output was:Also, I see one commit regarding the interpolation issue in the
1.27.0
docker-compose release. Not very sure about it: Report which variable fails interpolation when they are mandatoryDocumentation
Make sure that you have documented corresponding changes in this repository.
Checklist: