Make docker instructions clearer (#10501)

This commit is contained in:
AdRiley 2024-07-10 15:53:24 +03:00 committed by GitHub
parent da6af3e896
commit ce6995c83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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