Skip to content

Commit

Permalink
#9 Xdebug made enabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
automatix committed Apr 19, 2021
1 parent 42c096a commit db17027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
build:
context: ./php-fpm
args:
ENABLE_PHP_XDEBUG: 0
ENABLE_PHP_XDEBUG: 1
SYMFONY_CLI_VERSION: 4.23.2
ports:
- "9000:9001"
Expand Down

0 comments on commit db17027

Please sign in to comment.