18 lines
368 B
YAML
18 lines
368 B
YAML
|
version: '3.5'
|
||
|
services:
|
||
|
#########################
|
||
|
fpm:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
x-bake:
|
||
|
pull: true
|
||
|
platforms:
|
||
|
- linux/amd64/v1
|
||
|
- linux/amd64/v2
|
||
|
- linux/amd64/v3
|
||
|
- linux/arm/v7
|
||
|
- linux/arm64
|
||
|
hostname: fpm
|
||
|
image: git.shihaam.dev/dockerfiles/php-fpm:8.0.2
|