Files
WrenchBoradWeb/docker-php-fpm/7.4/docker-compose.yml
T
2022-11-21 09:02:44 +08:00

16 lines
280 B
YAML

version: "3"
services:
php74:
image: registry.chiefsoft.net/php-fpm:7.4
build:
context: ./
platforms:
- "linux/amd64"
dockerfile: Dockerfile
hostname: php72
container_name: php72
volumes:
- ./configs:/cfgs
env_file: .env