1
0
Fork 0

Remove log path for php

This commit is contained in:
Aymeric 2018-11-08 00:30:45 +01:00
parent 3be83c31ca
commit 71d5ff415e
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ services:
volumes:
- ./webroot:/webroot
- ./resources/php/custom.ini:/usr/local/etc/php/conf.d/custom.ini
- ./log/php:/var/log/php
links:
- database
restart: always