“Laradock”的版本间的差异
跳到导航
跳到搜索
第35行: | 第35行: | ||
[https://segmentfault.com/a/1190000018966783 laradock 使用 php-worker 配置 supervisor] | [https://segmentfault.com/a/1190000018966783 laradock 使用 php-worker 配置 supervisor] | ||
+ | |||
+ | =other= | ||
+ | [https://blog.csdn.net/qq_37035946/article/details/99854126 Laradock 更改 mysql 版本及其重建] | ||
+ | |||
+ | [https://blog.csdn.net/hoooooly/article/details/80629442 laradock mysql安装失败 Please provide a source image with `from` prior to commit] | ||
=see also= | =see also= |
2019年12月27日 (五) 03:06的版本
Note
laradock 是为 Docker 提供的完整 PHP 本地开发环境,和 Homestead 一样提供了一系列打包好(包括配置)的 Docker Image
如果连外网pull非常慢 用8.8.4.4 就会快了
php-worker
es01服务器 /data/docker-for-services/php-worker/supervisord.conf 文件增加以下配置 files = /var/www/api.sns.com/supervisord.d/production1.*.conf /var/www/apistatistical.com/supervise/production1.*.conf 然后检查是否生效,去到php-worker容器 查看/etc/supervisor/supervisord.conf 这个文件
composer
** php composer ins composer install php artisan migrate php artisan db:seed php artisan storage:link mkdir bootstrap/cache mkdir storage/framework mkdir storage/framework/cache mkdir storage/framework/views mkdir storage/framework/sessions
php-worker
laradock 使用 php-worker 配置 supervisor
other
laradock mysql安装失败 Please provide a source image with `from` prior to commit
see also