1.如果访问比较慢可能是因为有项目remote-debug打开

2.拷贝php-fpm 到php-fpm7

增加docker-composer.yml php-fpm7选项修改- LARADOCK_PHP_VERSION=7.1

构建镜像docker-composer build php-fpm7

nginx 的虚拟机配置文件修改

fastcgi_pass php-fpm7:9000;

相关文章:

  • 2021-05-18
  • 2021-04-23
  • 2021-12-21
  • 2021-06-14
  • 2021-08-01
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2021-11-27
  • 2021-11-08
  • 2022-12-23
  • 2021-05-08
  • 2021-06-07
相关资源
相似解决方案