Skip to content

Conversation

@jwr1
Copy link
Member

@jwr1 jwr1 commented Dec 30, 2025

  • Move opcache configuration to the prod ini.
  • Set max_execution_time to 120.
  • Fix error in Dockerfile: composer install trying to use preload file in prod_deps before it exists.

It almost seems like opcache wasn't actually enabled before, because we should have run into the above error previously.

I noticed opcache.enable_file_override = 1 is in the Docker PHP config, but not mentioned in the bare metal docs. Would it be worth adding? Also, @BentiGorlich recommended max_execution_time = 120, so should we update the bare metal docs for that as well?

@jwr1 jwr1 added the docker Issues and pull requests related to docker environment label Dec 30, 2025
@jwr1 jwr1 merged commit f2c9b78 into main Jan 2, 2026
8 checks passed
@jwr1 jwr1 deleted the docker-php-config-update branch January 2, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Issues and pull requests related to docker environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants