DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.14k stars 106 forks source link

Support for abort on container exit in composer options #209

Open dhiva opened 4 years ago

dhiva commented 4 years ago

The current compose option provides a way to add additional options to docker-compose up command but by default Detached mode is added to the command. Abort on container exit option is incompatible with detached mode. It would be great if you could add support to allow use of abort-on-container-exit option on docker-compose up options.