Skip to content

Commit

Permalink
Bugfix: xhprof ext disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 9, 2025
1 parent 1f428bd commit f1eacfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM wodby/php:${BASE_IMAGE_TAG}
ARG XHPROF_VER

ENV XHPROF_VER="${XHPROF_VER}" \
# override to enable xhprof extension.
PHP_EXTENSIONS_DISABLE='xdebug,spx' \
PHP_XHPROF_OUTPUT_DIR='/mnt/files/xhprof'

USER root
Expand Down

0 comments on commit f1eacfe

Please sign in to comment.