update sample defines in .env-dist

This commit is contained in:
Andrew Dolgov 2021-01-31 15:58:37 +03:00
parent 5034a7e2b9
commit 1b88e18192
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ POSTGRES_PASSWORD=password
SELF_URL_PATH=http://localhost:8280/tt-rss SELF_URL_PATH=http://localhost:8280/tt-rss
# You can customize other config.php defines by setting overrides here. # You can customize other config.php defines by setting overrides here.
# See app/Dockerfile for complete list. # See app/Dockerfile for complete list. Examples:
# PLUGINS=auth_remote,note # PLUGINS=auth_remote
# CHECK_FOR_UPDATES="true" # SINGLE_USER_MODE=true
# bind exposed port to 127.0.0.1 by default in case reverse proxy is used. # 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 # if you plan to run the container standalone and need origin port exposed