* Update listmonk.yml
Added flags as variable. Also, default version is the most recent.
* Clarification
* Removed validRegex and defalutValue
* Fix failed check
Co-authored-by: andreasnymark <andreas@nymark.me>
Currently, every time the container is restarted the DB is wiped-out!
This is due to `idempotent = false` by default (doc: "make --install run only if the database isn't already setup"). Setting ` --idempotent` ensures that DB will be initialized only if empty (i.e. the first time).
[source 1](57dbb9e5db/cmd/init.go (L108)), [source 2](e99c8ed86b/cmd/install.go (L26)), [source 3](e99c8ed86b/cmd/install.go (L46))