From 36600570ddc997a9996fd14a8feb66a25c554a33 Mon Sep 17 00:00:00 2001 From: Alexis Pentori Date: Tue, 21 Nov 2023 15:11:49 +0100 Subject: [PATCH] readme: update with init parameters Signed-off-by: Alexis Pentori --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 60951f9..23f77e2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ gitea_app_admin_pass: 'secret-root-pass' gitea_app_admin_email: 'root@example.org' ``` +## Initialisation + +Organization can be initialised with: +```yaml +gitea_organizations: + - org1 + - org2 +``` + # Administration You can manage the services using Docker Compose: