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 use case is for game servers. I want the service to be present, but I want to start and stop the service manually when needed, and not have it start every time I deploy my config.
Is there a way to do that? Otherwise, this is a feature request.
The text was updated successfully, but these errors were encountered:
It seems that this is achieved with "Profiles" in Docker Compose, which seems like a simple feature that's easy to support by adding an option for the profiles field.
That's good to now! That would work for my usecase indeed.
Just to be sure, this can't be done currently right ? I can use dcoker-compose.raw but there is no services.<name>.service.raw. Am I missing a way to still do it ?
My use case is for game servers. I want the service to be present, but I want to start and stop the service manually when needed, and not have it start every time I deploy my config.
Is there a way to do that? Otherwise, this is a feature request.
The text was updated successfully, but these errors were encountered: