php:7.4
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
php73:
|
||||
php74:
|
||||
image: registry.chiefsoft.net/php-fpm:7.4
|
||||
build:
|
||||
context: ./
|
||||
platforms:
|
||||
- "linux/amd64"
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- redis
|
||||
hostname: php73
|
||||
container_name: php73
|
||||
hostname: php72
|
||||
container_name: php72
|
||||
volumes:
|
||||
- ./configs:/cfgs
|
||||
env_file: .env
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
|
||||
Reference in New Issue
Block a user