Created
February 11, 2019 12:58
-
-
Save Nek-/86bbbe8254d76b7fa1115fbf996ff767 to your computer and use it in GitHub Desktop.
PHP Core dump with docker explanation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
your-docker-name: | |
build: docker/php-fpm | |
ulimits: | |
core: 100000000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment