(1.0.2) devops: added services and specified platform as linux/amd64 in compose.yml.
This commit is contained in:
parent
ee7b379448
commit
69c2a835d6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user