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
{{ message }}
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
Issue Description:
When attempting to run docker-compose up, the following error is encountered: "No service selected." This appears to be related to an incorrect usage of the profiles section in the docker-compose.yml file.
Steps to Reproduce:
Copy the docker-compose.yml file and Dockerfile from the ci-cd documentation in the root project directory
Run docker-compose up.
Expected Behavior:
Docker Compose should start the specified services without any errors.
Actual Behavior:
Encountered the error "No service selected."
Workaround:
Remove the profiles section from both services in the docker-compose.yml file. Here's the corrected version:
Issue Description:
When attempting to run
docker-compose up
, the following error is encountered: "No service selected." This appears to be related to an incorrect usage of theprofiles
section in thedocker-compose.yml
file.Steps to Reproduce:
docker-compose up
.Expected Behavior:
Docker Compose should start the specified services without any errors.
Actual Behavior:
Encountered the error "No service selected."
Workaround:
Remove the
profiles
section from both services in thedocker-compose.yml
file. Here's the corrected version:Environment Information:
The text was updated successfully, but these errors were encountered: