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
The last stop caused the aforementioned error. (The logstash service is defined inside the main docker-compose.yml file)
Describe the results you received:
no such service: logstash
Describe the results you expected:
A success, like in v2.2 and below.
Additional information you deem important (e.g. issue happens only occasionally):
I started noticing this along with the error described in #9234.
The no such project error went away. However, the no such service error is still present in the latest version.
Description
Compose v2.3.2 still seems to be struggling when juggling with services defined in multiple Compose files, and yields
no such service
: https://github.com/deviantony/docker-elk/runs/5473593690?check_suite_focus=trueSteps to reproduce the issue:
In the above example, taken from a CI run, I ran the following commands inside the repository https://github.com/deviantony/docker-elk:
The last
stop
caused the aforementioned error. (Thelogstash
service is defined inside the maindocker-compose.yml
file)Describe the results you received:
no such service: logstash
Describe the results you expected:
A success, like in v2.2 and below.
Additional information you deem important (e.g. issue happens only occasionally):
I started noticing this along with the error described in #9234.
The
no such project
error went away. However, theno such service
error is still present in the latest version.Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: