mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: 更新 openresty 镜像 (#142)
This commit is contained in:
parent
67b93b1ba4
commit
5ec0620ffd
@ -11,6 +11,7 @@ server
|
|||||||
ssl_ciphers aNULL;
|
ssl_ciphers aNULL;
|
||||||
ssl_certificate data:$empty;
|
ssl_certificate data:$empty;
|
||||||
ssl_certificate_key data:$empty;
|
ssl_certificate_key data:$empty;
|
||||||
|
ssl_reject_handshake on;
|
||||||
|
|
||||||
index 404.html;
|
index 404.html;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
openresty:
|
openresty:
|
||||||
image: openresty/openresty:1.21.4.1-3-alpine
|
image: openresty/openresty:1.21.4.1-7-focal
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
Loading…
Reference in New Issue
Block a user