Skip to content

Commit

Permalink
Discourage the user of Docker for setting up a non-demo server
Browse files Browse the repository at this point in the history
Reasons: see #4
  • Loading branch information
nymanjens committed Sep 17, 2021
1 parent 77d61f2 commit c4a8d39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4a8d39

Please sign in to comment.