Skip to content

Commit e56f90b

Browse files
committed
updated .env.sample
1 parent 29cc9a4 commit e56f90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ PHP_FPM_PORT=9000
1919

2020
# you also need to uncomment redis service from docker-compose.yml
2121
# below flag will only enable/disable php redis extension
22-
PHP_ENABLE_REDIS=1
22+
PHP_ENABLE_REDIS=0
2323

2424
# make sure xdebug (IDE) listens to PHP_FPM_PORT
25-
PHP_ENABLE_XDEBUG=1
25+
PHP_ENABLE_XDEBUG=0
2626

2727
# you also need to uncomment mongodb service from docker-compose.yml
2828
# below flag will only enable/disable php mongodb extension
2929
# also check below mongodb configuration for more info
30-
PHP_ENABLE_MONGODB=1
30+
PHP_ENABLE_MONGODB=0
3131

3232
###< php configuration ###
3333
##########################

0 commit comments

Comments
 (0)