Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
docker
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
陈欢
docker
Commits
0cf58f06
提交
0cf58f06
authored
8月 04, 2022
作者:
testing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
add5f1f9
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2 行增加
和
14 行删除
+2
-14
SwooleDockerfile
base-images/nginx-php-fpm-main/SwooleDockerfile
+1
-13
nginx.conf
base-images/nginx-php-fpm-main/conf/nginx.conf
+1
-1
没有找到文件。
base-images/nginx-php-fpm-main/SwooleDockerfile
浏览文件 @
0cf58f06
...
@@ -8,6 +8,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
...
@@ -8,6 +8,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
bash \
bash \
openssh-client \
openssh-client \
wget \
wget \
supervisor \
curl \
curl \
libcurl \
libcurl \
libpq \
libpq \
...
@@ -26,7 +27,6 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
...
@@ -26,7 +27,6 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
gcc \
gcc \
g++
g++
RUN pecl install redis-stable \
RUN pecl install redis-stable \
&& docker-php-ext-enable redis \
&& docker-php-ext-enable redis \
&& docker-php-ext-install zip
&& docker-php-ext-install zip
...
@@ -36,15 +36,3 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
...
@@ -36,15 +36,3 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
php composer-setup.php --quiet --install-dir=/usr/bin --filename=composer && \
php composer-setup.php --quiet --install-dir=/usr/bin --filename=composer && \
rm composer-setup.php
rm composer-setup.php
RUN apk add --no-cache supervisor
RUN mkdir -p "/etc/supervisor/logs"
ADD conf/supervisord_worker.conf /etc/supervisor/supervisord.conf
WORKDIR "/var/www/html"
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisor/supervisord.conf"]
base-images/nginx-php-fpm-main/conf/nginx.conf
浏览文件 @
0cf58f06
...
@@ -3,7 +3,7 @@ user www-data;
...
@@ -3,7 +3,7 @@ user www-data;
worker_processes
auto
;
worker_processes
auto
;
worker_rlimit_nofile
51200
;
worker_rlimit_nofile
51200
;
#
error_log logs/error.log;
error_log
logs/error
.log
;
#error_log logs/error.log notice;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#error_log logs/error.log info;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论