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