From ce6995c83f796aadba5916eecccf269e66f39204 Mon Sep 17 00:00:00 2001 From: AdRiley Date: Wed, 10 Jul 2024 15:53:24 +0300 Subject: [PATCH] Make docker instructions clearer (#10501) --- test/Table_Tests/src/Database/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/Table_Tests/src/Database/README.md b/test/Table_Tests/src/Database/README.md index da8cb26f0cc..4fec2a5c96f 100644 --- a/test/Table_Tests/src/Database/README.md +++ b/test/Table_Tests/src/Database/README.md @@ -39,6 +39,14 @@ docker pull postgres:latest docker run -it -e POSTGRES_PASSWORD=pwd -p 5432:5432 postgres ``` +then you need to set the following environment variables to use it + +``` +ENSO_POSTGRES_DATABASE=postgres +ENSO_POSTGRES_USER=postgres +ENSO_POSTGRES_PASSWORD=pwd +``` + ### Testing SSL connectivity The SSL connection by providing a root certificate file. The path to this is