mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 21:39:52 +02:00
use TTRSS_DB_* variables instead of POSTGRES_* to set database configuration
This commit is contained in:
parent
ef24fccd6f
commit
b601ee719c
2 changed files with 7 additions and 16 deletions
|
@ -1,8 +1,9 @@
|
|||
# Copy this file to .env before building the container.
|
||||
# Put any local modifications here.
|
||||
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=password
|
||||
TTRSS_DB_USER=postgres
|
||||
TTRSS_DB_NAME=postgres
|
||||
TTRSS_DB_PASS=password
|
||||
|
||||
# This is only used by web-ssl container.
|
||||
#HTTP_HOST=localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue