1
0
Fork 0
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:
Andrew Dolgov 2021-02-01 08:41:30 +03:00
parent 16801071fc
commit 99323f8665
9 changed files with 84 additions and 83 deletions

View file

@ -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