Closed michaelmcandrew closed 6 years ago
amp defines a custom log file for apache that prevents Docker from handling the logs. See https://github.com/amp-cli/amp/issues/52 for more details.
As soon as https://github.com/civicrm/civicrm-buildkit/pull/396 is merged, we can create a new Docker image based on a newer version of buildkit that uses the custom vhost and config added in this commit: https://github.com/michaelmcandrew/civicrm-buildkit-docker/commit/65a0971e4cdb2beb0a5f88880540fe2879c896f0.
Until then, a workaround is to manually edit the vhost files in /buildkit/.amp/apache.d and remove the lines that define the custom logs.
The dependency https://github.com/civicrm/civicrm-buildkit/pull/396 is now merged.
thanks @totten - closing this issue now.
amp defines a custom log file for apache that prevents Docker from handling the logs. See https://github.com/amp-cli/amp/issues/52 for more details.
As soon as https://github.com/civicrm/civicrm-buildkit/pull/396 is merged, we can create a new Docker image based on a newer version of buildkit that uses the custom vhost and config added in this commit: https://github.com/michaelmcandrew/civicrm-buildkit-docker/commit/65a0971e4cdb2beb0a5f88880540fe2879c896f0.
Until then, a workaround is to manually edit the vhost files in /buildkit/.amp/apache.d and remove the lines that define the custom logs.