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 f635042 commit abe55a7Copy full SHA for abe55a7
tests/docker/docker-compose.yml
@@ -10,6 +10,12 @@ services:
10
- yii2-redis
11
volumes:
12
- ../..:/app # Mount source-code for development
13
+# - ./php.ini:/usr/local/etc/php/conf.d/php.ini # Добавляем кастомный php.ini
14
+# environment:
15
+# PHP_ENABLE_XDEBUG: 1
16
+# PHP_IDE_CONFIG: "serverName=Docker"
17
+# extra_hosts:
18
+# - "host.docker.internal:host-gateway"
19
20
redis:
21
image: "redis"
0 commit comments