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 c7c0a12 commit c35585bCopy full SHA for c35585b
docker/main/conf/php.ini
@@ -16,6 +16,9 @@ upload_max_filesize = 50M
16
; timezone will be overwritten in startup, use docker-env.yml
17
date.timezone = Europe/Berlin
18
19
+mysql.default_host = mysql
20
+mysqli.default_host = mysql
21
+
22
xdebug.remote_enable = 1
23
xdebug.remote_connect_back = on
24
xdebug.idekey = "docker"
0 commit comments