From 1b88e1819294571342c205dc155d6b9195f51efc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jan 2021 15:58:37 +0300 Subject: [PATCH] update sample defines in .env-dist --- .env-dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env-dist b/.env-dist index 92e50a3..c06a833 100644 --- a/.env-dist +++ b/.env-dist @@ -12,9 +12,9 @@ POSTGRES_PASSWORD=password 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. -# PLUGINS=auth_remote,note -# CHECK_FOR_UPDATES="true" +# See app/Dockerfile for complete list. Examples: +# PLUGINS=auth_remote +# 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