feat: 更新 openresty 镜像 (#142)

This commit is contained in:
zhengkunwang223 2023-06-06 17:41:02 +08:00 committed by GitHub
parent 67b93b1ba4
commit 5ec0620ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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