From 49dcb273c55f91cb5c5f57f45049b3b56c3dd2ec Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:17:48 +0600 Subject: [PATCH] Fix .--single-branch --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ec9abf8..bf94354 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ The provided docker-compose creates three containers: Before running compose you **MUST** place a configuration directory named `openxpki-config` in the current directory, the easiest way is to clone the branch `community` from the `openxpki-config` repository at github. ```bash -$ git clone https://github.com/openxpki/openxpki-config.git \ - --single-branch --branch=community +$ git clone https://github.com/openxpki/openxpki-config.git --single-branch --branch=community ``` The default configuration expects the database to be available at server startup which might not be the case when using docker, especially on the first start when the database needs to be created. To avoid the server to crash when the database is not available you should set `wait_on_init` in `config.d/system/database.yaml`. For a production setup you should place this into your main configuration but for a test drive you can use the provided overlay file: