You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should start with the docker-compose -f docker-compose-local.yml up -d command. But it's returning error. The error is given below.
└─(10:44:04 on preview)──> docker-compose -f docker-compose-local.yml up -d
ERROR: The Compose file './docker-compose-local.yml' is invalid because:
services.migrator.restart contains an invalid type, it should be a string
Steps to reproduce
Try starting local development with docker compose up command (docker-compose -f docker-compose-local.yml up -d)
It will return error in preview branch
Browser
Google Chrome
Version
Local
The text was updated successfully, but these errors were encountered:
Hey @abidkhan484 thanks for raising the PR, we will get back to you tomorrow but we will need you to sign the CLA raised by the CLA bot in your PR. Only then can we actually proceed to evaluate your PR.
Is there an existing issue for this?
Current behavior
It should start with the
docker-compose -f docker-compose-local.yml up -d
command. But it's returning error. The error is given below.Steps to reproduce
docker-compose -f docker-compose-local.yml up -d
)preview
branchBrowser
Google Chrome
Version
Local
The text was updated successfully, but these errors were encountered: