From 0674e63d748277b43e4ecb24d6c5ea741828035d Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 28 May 2023 00:41:32 +0200 Subject: [PATCH] explain the database section --- admin/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/installation.md b/admin/installation.md index 9dd5e477..6186e062 100644 --- a/admin/installation.md +++ b/admin/installation.md @@ -50,6 +50,8 @@ If you don't give the volume correct permissions, the container may not start. ## Databases +In the following each database is shown as part of a `docker-compose` example file, with a `diff like` presentation that highlights additions to the example above. + ### MySQL database ```yaml