diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index 2b893e074d516deb50003305c1a6c6d7dd896fd8..e1a17648bdca8c6c2b2cc19303d39d6858522862 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}