From cacbebc8e715fb7c30aa4cfae21c5a24397046a3 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 17 Feb 2022 16:19:53 +0100 Subject: [PATCH] README: Clarify disclaimer, warranty and support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f2353..e085608 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This repository has been created as part of an ongoing effort to separate docker The officially recommended deployment method is to use the `example.nginx.conf` file provided by the core repo and to manage updates directly on the host system using `git`, `npm` (as provided by [nvm](https://github.com/nvm-sh/nvm)) and `bower`. -Docker images and their supporting configuration files are provided as a community effort by those using them, with support provided by the core development team on a _best-effort_ basis. Keep in mind that the core team neither uses nor tests Docker images, so your results may vary. +## 🚧 Disclaimer + +The Docker images here and their supporting configuration files are provided *as is*, without warranty, as a *community effort*. Support is provided by the community and CryptPad developers on a _best-effort_ basis. Please keep in mind, that the core team neither uses nor tests these Docker images, so your results may vary. ## Migration Please see the [migration guide](MIGRATION.md) for further information on switching to this repository.