11 líneas
206 B
YAML
11 líneas
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" |