From 5dc405784a2b4ba23f85a6c9218022981760dd45 Mon Sep 17 00:00:00 2001 From: Salvatore Laiso Date: Mon, 5 Feb 2024 11:42:54 +0100 Subject: [PATCH] docs: stress the importance of not using the `example` in production --- Docker-compose/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker-compose/README.md b/Docker-compose/README.md index 81dd945f..dfe01078 100644 --- a/Docker-compose/README.md +++ b/Docker-compose/README.md @@ -29,6 +29,8 @@ For docker-compose you can also [see here](https://docs.docker.com/compose/insta Copy the folder `example` to `docker-example` and do your configuration. +> :warning: **DO NOT USE the `example` folder _as is_ in production**: the `example` folder provides secrets that **MUST** be not used in a production environment. It sole purpose is to provide a user friendly starting point. + ### Start the Compose Execute the run script for the first time: