Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'unless-stopped' instead of 'always' for development (#1586)
# Description When developing locally, I am reluctant to start containers with the `restart: always` option. I find they stick around longer than I want them to. In my opinion, `restart: unless-stopped` is a nice middle ground. ## Checklist before requesting a review - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code
- Loading branch information