feat: 更新 openresty 镜像 (#142)
This commit is contained in:
parent
3667c9f80e
commit
8e2d1eb90a
|
|
@ -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