14 lines
239 B
YAML
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
|