Files
WrenchBoradWeb/docker-php-fpm/7.2/docker-compose.yml
T
2022-07-31 14:54:16 +00:00

14 lines
239 B
YAML

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