fix: 去除nginx
parent
f6b21f5594
commit
3354f68db0
|
@ -6,12 +6,6 @@ WORKDIR /app
|
|||
# 复制 admin_panel_backend 目录所有文件到容器的/app目录下
|
||||
COPY . .
|
||||
|
||||
# 复制php-fpm配置文件
|
||||
COPY www.conf /usr/local/etc/php-fpm.d/worker.conf
|
||||
|
||||
# 复制nginx配置文件
|
||||
COPY nginx.conf /etc/nginx/worker.conf
|
||||
|
||||
# Composer 安装
|
||||
RUN composer install --no-dev --prefer-dist
|
||||
|
||||
|
|
|
@ -286,3 +286,17 @@
|
|||
2024-10-08 06:54:48 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 06:54:49 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 06:54:49 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:26 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:26 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:27 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:27 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:28 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:28 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:29 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:29 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:30 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:30 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:31 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:31 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:32 pid:1 Gateway: Worker->name conflict. Key:127.0.0.1:YourAppBusinessWorker:0
|
||||
2024-10-08 07:15:32 pid:1 Gateway: Worker->name conflict. Key:172.21.96.1:YourAppBusinessWorker:0
|
||||
|
|
Loading…
Reference in New Issue