Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose Restart inconsistency #4238

Open
sebbi08 opened this issue Feb 9, 2024 · 0 comments
Open

Compose Restart inconsistency #4238

sebbi08 opened this issue Feb 9, 2024 · 0 comments
Milestone

Comments

@sebbi08
Copy link

sebbi08 commented Feb 9, 2024

Hi,

the restart commands in the context menus behave inconsistent.

The restart command in the context menu of a compose file in the Explorer View will do an docker compose down followed by an docker compose up

The restart action on the context menu in the docker panel when selecting a stack will do a docker compose restart.

Could we change that to doing only a restart in both cases and add a recreation command that does the down up cycle?

For context, we have a stack of test-dbs without mount, so to reset the data down and up is enough. But we start it by default with a different name than the default compose name. But the restart command in the Explorer View will not work, as it will take the default name for the stack. And the restart in docker panel will not work as a normal restart will not recreate the container.

@dbreshears dbreshears added this to the Future milestone Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants