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

default TTRSS_XDEBUG_PORT if unset (and is debugging enabled)

This commit is contained in:
Andrew Dolgov 2021-02-22 12:50:15 +03:00
parent c03e0f65e7
commit 5a9cac5986
2 changed files with 5 additions and 1 deletions

View file

@ -26,9 +26,10 @@ RUN sed -i.bak 's/;clear_env = .*/clear_env = no/i' /etc/php8/php-fpm.d/www.conf
ENV OWNER_UID=1000
ENV OWNER_GID=1000
# TTRSS_XDEBUG_HOST defaults to host IP if unset
ENV TTRSS_XDEBUG_ENABLED=""
ENV TTRSS_XDEBUG_HOST=""
ENV TTRSS_XDEBUG_PORT=""
ENV TTRSS_XDEBUG_PORT="9000"
ENV TTRSS_DB_TYPE="pgsql"
ENV TTRSS_DB_HOST="db"