We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf8c1 commit 513c7a6Copy full SHA for 513c7a6
CHANGELOG.md
@@ -10,7 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
- Add github actions for installation tests;
11
12
### Added
13
-- Added more configs for php.ini and php-fpm;
+- Added more configs *.ini and php-fpm;
14
+ - php writes logs to _/var/www/html/var/log/$pool.access.log_ and _/var/www/html/var/log/$pool.error.log_
15
+ - xdebug writes logs to _/var/www/html/var/xdebug_
16
- Added Dockerfile for php container;
17
- Added entrypoint script, .bashrc;
18
- Added `build` command that forces rebuilding containers in case Dockerfile for php container changed;
0 commit comments