mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 07:49:52 +02:00
update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES
This commit is contained in:
parent
5f3a1bcc75
commit
13e08cfb59
3 changed files with 19 additions and 1 deletions
|
@ -31,6 +31,9 @@ RUN sh -c ${SCRIPT_ROOT}/build-prepare.sh
|
|||
ENV OWNER_UID=1000
|
||||
ENV OWNER_GID=1000
|
||||
|
||||
# don't try to update local plugins on startup
|
||||
ENV TTRSS_NO_STARTUP_PLUGIN_UPDATES=""
|
||||
|
||||
# TTRSS_XDEBUG_HOST defaults to host IP if unset
|
||||
ENV TTRSS_XDEBUG_ENABLED=""
|
||||
ENV TTRSS_XDEBUG_HOST=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue