mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 22:39:52 +02:00
prefix config.php-related environment variables with TTRSS_
This commit is contained in:
parent
16801071fc
commit
99323f8665
9 changed files with 84 additions and 83 deletions
|
@ -9,12 +9,12 @@ POSTGRES_PASSWORD=password
|
|||
|
||||
# You will likely need to set this to the correct value, see README.md
|
||||
# for more information.
|
||||
SELF_URL_PATH=http://localhost:8280/tt-rss
|
||||
TTRSS_SELF_URL_PATH=http://localhost:8280/tt-rss
|
||||
|
||||
# You can customize other config.php defines by setting overrides here.
|
||||
# See app/Dockerfile for complete list. Examples:
|
||||
# PLUGINS=auth_remote
|
||||
# SINGLE_USER_MODE=true
|
||||
# TTRSS_PLUGINS=auth_remote
|
||||
# TTRSS_SINGLE_USER_MODE=true
|
||||
|
||||
# bind exposed port to 127.0.0.1 by default in case reverse proxy is used.
|
||||
# if you plan to run the container standalone and need origin port exposed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue