Skip to content

Commit 7813e3d

Browse files
author
ironex
committed
Fix Xdebug mode default value
1 parent 5fa1af3 commit 7813e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/php-fpm/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ post_max_size = 100M
88
max_input_vars = 10000
99

1010
[xdebug]
11-
xdebug.mode=debug
11+
xdebug.mode=off
1212
xdebug.client_host="host.docker.internal"
1313
xdebug.start_with_request=yes
1414
xdebug.discover_client_host = 1

0 commit comments

Comments
 (0)