[D] FIX dbprepare: port 5432 was useful!
was removed in d8932f3d82
to be very clean, it should only be used during "dbprepare" phase, but I
found no option to do that from docker-compose only
This commit is contained in:
parent
4f840d4c21
commit
1edfe60db3
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ services:
|
|||
- POSTGRES_USER=ttrss
|
||||
- POSTGRES_PASSWORD=password-dev
|
||||
- POSTGRES_DB=ttrss
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
tt-rss:
|
||||
image: feedati/tt-rss:latest
|
||||
|
|
Loading…
Reference in a new issue