jeff-techstension
Results
2
comments of
jeff-techstension
What's wrong with the example where they append `|| exit 1` ``` HEALTHCHECK --interval=5m --timeout=3s \ [CMD](https://docs.docker.com/reference/dockerfile/#cmd) curl -f http://localhost/ || exit 1 ```
Dollibar shouldn't be doing anything to drop all the tables. However, if the compose files owns the volumes then it is very easy to lose the database due to something...