multiple
Admire Nyakudya 2023-01-15 21:27:11 +02:00
rodzic b48240ab43
commit 733aa261ea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -301,7 +301,7 @@ You can also pass a comma separated values of the env variable to define multipl
```bash
POSTGRES_USER=docker,gis
POSTGRES_PASS=gis.data
POSTGRES_PASS=gis,data
```
The number of passwords and users will need to match otherwise the container will hang. Also try to
pass username and passwords with commas as we use a comma as a separator for the loop.