1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-12-03 20:34:12 +01:00

Enable override of git repo

This commit is contained in:
Dennis schafroth 2021-06-29 12:51:36 +02:00
parent ab100cd2db
commit 678a785953
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,8 @@ ADD config.docker.php ${SCRIPT_ROOT}
ENV OWNER_UID=1000
ENV OWNER_GID=1000
ENV TTRSS_SRC_REPO="https://git.tt-rss.org/fox/tt-rss.git"
# TTRSS_XDEBUG_HOST defaults to host IP if unset
ENV TTRSS_XDEBUG_ENABLED=""
ENV TTRSS_XDEBUG_HOST=""