stylight/openresty本镜像提供了一个启用多种额外Nginx模块的OpenResty Dockerfile构建版本。与官方及其他现有OpenResty镜像相比,本镜像解决了其未包含多种常用Nginx模块的问题,满足特定功能扩展需求。
适用于需要使用额外Nginx模块的OpenResty应用场景,包括但不限于:
使用以下命令启动容器:
bashdocker run -d -p 80:80 --name openresty-custom [镜像名称]
如需使用自定义配置文件,可通过挂载本地配置目录实现:
bashdocker run -d -p 80:80 -v /path/to/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf --name openresty-custom [镜像名称]
yamlversion: '3' services: openresty: image: [镜像名称] ports: - "80:80" volumes: - ./nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf restart: always




manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务