Skip to content

Commit c35585b

Browse files
committed
Added default host for mysql
1 parent c7c0a12 commit c35585b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/main/conf/php.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ upload_max_filesize = 50M
1616
; timezone will be overwritten in startup, use docker-env.yml
1717
date.timezone = Europe/Berlin
1818

19+
mysql.default_host = mysql
20+
mysqli.default_host = mysql
21+
1922
xdebug.remote_enable = 1
2023
xdebug.remote_connect_back = on
2124
xdebug.idekey = "docker"

0 commit comments

Comments
 (0)