Error: service dependency failed to startError: service dependency failed to start
A service that another service depends on failed to start.
Error: no such serviceThe specified service name does not exist in the Docker Compose file.
The service name you specified in the command does not match any service defined in the compose file. The name may be misspelled or the wrong compose file is being used.
Check the service names in your compose file. List services: docker compose config --services. Verify you are using the correct compose file. Check for typos in the service name.
Error: service dependency failed to startA service that another service depends on failed to start.
Exit Code 130The container was terminated by Ctrl+C (SIGINT, signal 2).
Error: no space left on deviceThe Docker host has run out of disk space.
Exit Code 255The container exited with an unspecified or unknown error.
Exit Code 125The Docker daemon itself encountered an error before the container process could start.
OOMKilled: trueThe Linux kernel's OOM killer terminated the container because it exceeded its memory limit.