php 5.6-fpm is working

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-13 12:31:05 +01:00
parent 0fe6f1dc6c
commit 66457e6eb2
4 changed files with 27 additions and 11 deletions
+13 -1
View File
@@ -10,8 +10,20 @@ services:
- "${LOG_ROOT}:/var/log:rw"
networks:
- server
depends_on:
- php
php:
build: ./php/
expose:
- 9000
volumes:
- "${PROJECT_ROOT}:/var/www/html"
networks:
# - database
- server
# depends_on:
# - php
# - mysql
networks:
server: