mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 21:41:34 +03:00
Make docker instructions clearer (#10501)
This commit is contained in:
parent
da6af3e896
commit
ce6995c83f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user