Docker base images for PHP-FPM
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user