-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When I right click on docker-compose.yml and say restart, it actually rebuilds my containers which is typically what a developer wants:
Executing task: docker-compose -f "docker-compose.yaml" up -d --build
However this extension seems to just restart the container leaving me running an old version. Perhaps it is because one can only "Restart" a service and not the entire project.
Please add a "Restart" option to the project.
Metadata
Metadata
Assignees
Labels
No labels

