22 lines
494 B
YAML

---
services:
docker-php-mysql-apache-image:
image: rbvtopudding/docker-php-mysql-apache-image:latest
build:
context: .
dockerfile: Dockerfile
args:
PHP_VERSION: "7.3"
platforms:
- linux/amd64
docker-php-mysql-apache-image-7.3:
image: rbvtopudding/docker-php-mysql-apache-image:7.3
extends:
service: docker-php-mysql-apache-image
build:
args:
PHP_VERSION: "7.3"
platforms:
- linux/amd64