add composer php in container

This commit is contained in:
andrey
2023-08-09 16:13:39 +03:00
parent 7955dd8b06
commit 97a77ffc22
8 changed files with 3 additions and 15 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
version: '2'
version: '3.7'
services:
php-apache-environment:
container_name: php-apache
build:
context: ./php
dockerfile: Dockerfile
restart: always
depends_on:
- db
volumes: