Properly redirect the stdout of php-fpm to the docker logs

This fixes issue #298
This commit is contained in:
Jan Böhmer 2023-06-11 00:09:00 +02:00
parent 636776c531
commit 377e2eb613
2 changed files with 16 additions and 1 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# For sh files, always use LF line endings
*.sh text eol=lf