rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
128 stars 26 forks source link

Add restart:always #7

Closed dhsathiya closed 1 year ago

dhsathiya commented 1 year ago

I just noticed that after turning the Docker desktop off and on again, all the containers apart from adminer were in stopped state.

Adding restart:always will also help in case the container stops due to an error.