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