From 314b055220967f7fb6286681aee4248d124f3c66 Mon Sep 17 00:00:00 2001 From: Matt Voboril Date: Thu, 7 Jan 2021 14:51:21 -0600 Subject: [PATCH] Update documentation for create_db.sh --- build/docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/docker/README.md b/build/docker/README.md index 818f92d03..2c33f9524 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -34,6 +34,10 @@ runtime config should come from. The mounted folder must contain: - `server.crt` certificate file - `server.key` private key file for the above certificate +as well as + +- `build_db.sh` in a parallel `postgres` parallel to the `config` folder, providing database generation. + To generate keys: ```