You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###> docker configuration that can be overridden in .env.local ###
21
+
###> NGinx docker configuration. Can be overridden in: .env.local, .env.staging, .env.prod. ###
22
22
WEB_PORT_HTTP=80
23
23
WEB_PORT_SSL=443
24
+
###< Nginx docker configuration ###
25
+
26
+
###> XDebug docker configuration. Can be overridden in: .env.local. ###
24
27
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
25
28
XDEBUG_CONFIG=main
26
29
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
27
30
XDEBUG_VERSION=3.3.2
28
-
# MySQL version, recommend values: 8.4|8.3|8.2|8.1|8.0
29
-
MYSQL_VERSION=8.4
31
+
###< XDebug docker configuration ###
32
+
33
+
###> MySQL docker configuration. Can be overridden in: .env.local, .env.staging, .env.prod. ###
34
+
# MySQL version, recommend values: 9.1.0|9.0.1|8.4.2|8.3.0|8.2.0|8.1.0|8.0.39
35
+
MYSQL_VERSION=8.4.2
30
36
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
31
37
INNODB_USE_NATIVE_AIO=1
32
38
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
0 commit comments