yum install php-devel.x86_64
yum install php-devel.x86_64
This article describes how to pull out the database service of phpenv to an independent environment. PHPENV can define database services in SERVICE through environment variables. If necessary in the development environment, we can easily restart all services, nginx, fpm and db through commands such as ./start and ./restart. But if it is in online mode, I don't want to restart the website, even the entire DB is restarted. For example, when the php version is updated, the DB does not need to be restarted.
You can check with docker version, confirm that the version is Docker v20.10+, you can add extra_hosts as follows:
Sometimes the ca file cannot be found due to PHP version update or environment change. fix is easy
No Comment
Post your comment