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
My docker-compose file uses profiles to load group related services.In VSCode I'm able to create a task using the docker-compose type and can configure the up command to use a specific profile. However, the down task doesn't allow for profiles and therefore the docker compose down command doesn't stop the services that were started under the profile.
Can profile support be added to the docker-compose down task configuration?
The text was updated successfully, but these errors were encountered:
My docker-compose file uses profiles to load group related services.In VSCode I'm able to create a task using the
docker-compose
type and can configure theup
command to use a specific profile. However, thedown
task doesn't allow for profiles and therefore thedocker compose down
command doesn't stop the services that were started under the profile.Can profile support be added to the docker-compose down task configuration?
The text was updated successfully, but these errors were encountered: