Open
Description
I'm getting:
Waiting 120s for additional project containers [varnish adminer elasticsearch elasticvue] to become ready...
Failed to restart drupal-project: container(s) failed to become healthy before their configured timeout or in 120 seconds.
This might be a problem with the healthcheck and not a functional problem.
The error was 'ddev-drupal-project-adminer container exited.
Troubleshoot this with these commands:
[
ddev logs -s adminer
docker logs ddev-drupal-project-adminer
docker inspect --format "{{ json .State.Health }}" ddev-drupal-project-adminer | docker run -i --rm ddev/ddev-utilities jq -r
]'
Only thing that seems to help is removing it:
ddev add-on remove ddev/ddev-adminer
But then elasticsearch runs into similar issue.
Is this my environment that has issues?
Metadata
Metadata
Assignees
Labels
No labels