We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues submitted without sufficient information will be rejected.
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 348298988472.dkr.ecr.us-west-2.amazonaws.com
docker-compose up -d
(root) Additional property web is not allowed
web service starts properly
Looks like current docker compose yaml file is incompatible with version v2.12.2 of docker compose
Need to modify the file and add services segment at top to work. https://stackoverflow.com/a/71029776/5199249
services
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
Steps to reproduce:
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 348298988472.dkr.ecr.us-west-2.amazonaws.com
docker-compose up -d
from docker/prod folderObserved Results:
Expected Results:
web service starts properly
Relevant Code:
Looks like current docker compose yaml file is incompatible with version v2.12.2 of docker compose
Need to modify the file and add
services
segment at top to work.https://stackoverflow.com/a/71029776/5199249
The text was updated successfully, but these errors were encountered: