From c4a8d393f521a080a1ac76cd6ed56b45f9422349 Mon Sep 17 00:00:00 2001 From: Jens Nyman Date: Fri, 17 Sep 2021 18:17:00 +0200 Subject: [PATCH] Discourage the user of Docker for setting up a non-demo server Reasons: see https://github.com/nymanjens/facto/issues/4 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d84587..b95589d6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,13 @@ Familiy Accounting Tool keeps track of every transaction your family makes. Its - Browse to http://localhost:9000/app/useradministration (username: "admin", password: "changeme") -## Installation with Docker +## Installation with Docker (discouraged) + +**Warning:** The following works fine for launching a demo server to have a look. +But if you want to run this as a service with real data and custom +configuration, it is recommended to follow the "Installation from release" +section instead (see [this issue](https://github.com/nymanjens/facto/issues/4) +for the reasons why). The following commands will launch a new server alongside a database in Docker containers: