(1.0.2) devops: added services and specified platform as linux/amd64 in compose.yml.

This commit is contained in:
Rebecca Valente 2025-07-27 01:40:18 -03:00
parent ee7b379448
commit 69c2a835d6

View File

@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
PHP_VERSION: "8.0" PHP_VERSION: "8.0"
platforms:
- linux/amd64
docker-php-mysql-apache-image-7.3: docker-php-mysql-apache-image-7.3:
image: rbvtopudding/docker-php-mysql-apache-image:7.3 image: rbvtopudding/docker-php-mysql-apache-image:7.3
@ -15,3 +17,5 @@ services:
build: build:
args: args:
PHP_VERSION: "7.3" PHP_VERSION: "7.3"
platforms:
- linux/amd64