From c9132ecc7af243748d261cf7624e27983200e2a6 Mon Sep 17 00:00:00 2001 From: abdulla-ashurov Date: Thu, 29 Jun 2023 18:55:51 +0500 Subject: [PATCH] Update README.md. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b68b21f8..5a716603 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,18 @@ Spinning up a Docker container from the [pre-built credential-service Docker ima - `POSTGRES_USER`: Postgres database username using in Docker database service. - `POSTGRES_PASSWORD`: Postgres database password using in Docker database service. - `POSTGRES_MULTIPLE_DATABASES`: Postgres multiple databases, e.g.: `POSTGRES_MULTIPLE_DATABASES="app,logto"`. + + - Add permission for running postgres initialization scripts inside Docker: + + ```bash + chmod +x docker/with-external-db/pg-init-scripts/create-multiple-postgresql-databases.sh + ``` + + - Add permission for using SSL secret key inside Docker: + + ```bash + chmod 600 '' + ``` Run LogTo service: