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