summaryrefslogtreecommitdiff
path: root/.docker/app/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/startup.sh')
-rw-r--r--.docker/app/startup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index 2b893e074..e1a17648b 100644
--- a/.docker/app/startup.sh
+++ b/.docker/app/startup.sh
@@ -106,7 +106,7 @@ if [ ! -z "${TTRSS_XDEBUG_ENABLED}" ]; then
env | grep TTRSS_XDEBUG
cat > /etc/php82/conf.d/50_xdebug.ini <<EOF
zend_extension=xdebug.so
-xdebug.mode=develop,trace,debug
+xdebug.mode=debug
xdebug.start_with_request = yes
xdebug.client_port = ${TTRSS_XDEBUG_PORT}
xdebug.client_host = ${TTRSS_XDEBUG_HOST}