mirror of
https://github.com/Yaslonane/docker_php-apache-postgre.git
synced 2026-05-19 09:47:58 +03:00
add composer php in container
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user