mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated php container sample files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
php-apache:
|
||||
extends:
|
||||
file: ${COOKBOOK}/phpcontainer/docker-compose.yml
|
||||
service: php-apache
|
||||
volumes:
|
||||
- "./project:/data"
|
||||
- "./config/php.ini:/usr/local/etc/php/php.ini"
|
||||
Reference in New Issue
Block a user