(chore) add POSTGRES_PORT documentation

This commit is contained in:
Yamila Moreno 2021-03-08 15:46:54 +01:00
parent 61985ab43f
commit dd4592b0a8
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## 6.0.4 (unreleased)
- ...
- Improve docker configuration with `POSTGRES_PORT`.
## 6.0.3 (2021-02-22)

View File

@ -112,6 +112,8 @@ POSTGRES_USER: taiga
POSTGRES_PASSWORD: taiga
```
Additionally, you can also configure `POSTGRES_PORT` in `taiga-back`. Defaults to '5432'.
### Taiga Settings
**Service: taiga-back**