Skip to content

Commit

Permalink
Merge pull request #11 from automatix/#9_making-xdebug-enabled-by-def…
Browse files Browse the repository at this point in the history
…ault

#9 Xdebug made enabled by default.
  • Loading branch information
automatix committed Apr 19, 2021
2 parents 1cfa2c7 + db17027 commit 9a18b1a
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 9a18b1a

Please sign in to comment.