Warning: Found orphan containersWarning: Found orphan containers
Docker Compose found containers from a previous configuration that are no longer defined.
Error: secret not foundA Docker secret referenced by a service does not exist.
A Docker Swarm secret referenced in a compose file or service definition has not been created. Secrets must be created before services can use them.
Create the secret: echo 'value' | docker secret create my-secret -. For compose, define secrets with file: or external: true. List secrets: docker secret ls. Ensure you are in Swarm mode for Docker secrets.
Warning: Found orphan containersDocker Compose found containers from a previous configuration that are no longer defined.
Exit Code 125The Docker daemon itself encountered an error before the container process could start.
Exit Code 2The container process exited due to a misuse of a shell command.
health status: unhealthyThe container's health check is failing, indicating the service inside is not healthy.
Exit Code 127The container's command was not found.
Error: network not foundThe specified Docker network does not exist.