php-extension-check/docker-compose.yaml

11 lines
206 B
YAML

version: "3.7"
services:
php7.4:
build: docker/php7.4
container_name: extension-check-7.4
volumes:
- .:/app:rw
tty: true
extra_hosts:
- "host.docker.internal:host-gateway"