1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 18:19:53 +02:00

update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES

This commit is contained in:
Andrew Dolgov 2021-11-18 18:59:16 +03:00
parent 3c30e41606
commit bd0c7ebf0e
2 changed files with 22 additions and 6 deletions

View file

@ -28,6 +28,9 @@ ADD config.docker.php ${SCRIPT_ROOT}
ENV OWNER_UID=1000
ENV OWNER_GID=1000
# don't try to update local plugins on startup (except for nginx_xaccel)
ENV TTRSS_NO_STARTUP_PLUGIN_UPDATES=""
# TTRSS_XDEBUG_HOST defaults to host IP if unset
ENV TTRSS_XDEBUG_ENABLED=""
ENV TTRSS_XDEBUG_HOST=""