We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cc9a4 commit e56f90bCopy full SHA for e56f90b
.env.sample
@@ -19,15 +19,15 @@ PHP_FPM_PORT=9000
19
20
# you also need to uncomment redis service from docker-compose.yml
21
# below flag will only enable/disable php redis extension
22
-PHP_ENABLE_REDIS=1
+PHP_ENABLE_REDIS=0
23
24
# make sure xdebug (IDE) listens to PHP_FPM_PORT
25
-PHP_ENABLE_XDEBUG=1
+PHP_ENABLE_XDEBUG=0
26
27
# you also need to uncomment mongodb service from docker-compose.yml
28
# below flag will only enable/disable php mongodb extension
29
# also check below mongodb configuration for more info
30
-PHP_ENABLE_MONGODB=1
+PHP_ENABLE_MONGODB=0
31
32
###< php configuration ###
33
##########################
0 commit comments