Skip to content

Commit abe55a7

Browse files
committed
build
1 parent f635042 commit abe55a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/docker/docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ services:
1010
- yii2-redis
1111
volumes:
1212
- ../..:/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"
1319

1420
redis:
1521
image: "redis"

0 commit comments

Comments
 (0)