inital commit

This commit is contained in:
sHa
2022-06-24 11:45:13 +03:00
parent 03213ffa25
commit a6211dde7a
4 changed files with 7 additions and 2 deletions

0
.env.local Normal file
View File

View File

@@ -0,0 +1,6 @@
version: "3.7"
services:
php:
volumes:
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini

View File

@@ -6,7 +6,6 @@ services:
restart: always
volumes:
- ./docker/php/php.ini:/usr/local/etc/php/conf.d/php.ini
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
- ./app:/var/www/html
composer:

View File

@@ -2,7 +2,7 @@ zend_extension = xdebug.so
;old xdebug.remote_enable = 1
xdebug.mode = develop,coverage,debug,profile
;old xdebug.remote_connect_back = 0
xdebug.discover_client_host = true
xdebug.discover_client_host = false
;old xdebug.remote_autostart = 1
xdebug.start_with_request = yes
;old xdebug.remote_idekey = docker