php-extension-check/docker-compose.yaml

11 lines
206 B
YAML
Raw Normal View History

2021-05-08 21:09:48 +00:00
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"