Laradock
跳到导航
跳到搜索
Note
vim .env CHANGE_SOURCE 改为true #改源很快
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
crontab
other
laradock mysql安装失败 Please provide a source image with `from` prior to commit
see also