version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt This is the bare mi
本项目是基于 NginxProxyManager/nginx-proxy-manager 翻译的中文版本,该项目属于一个预构建的docker映像,它可以让你轻松地部署到你的网站上运行,包括免费的SSL,而不需要知道太多关于 Nginx 或 Let's Encrypt 的信息。 快速部署 1. 环境部署 安装Docker和Docker-compose Docker官方安装文档(英文) Docker-Compose官方安...
它开箱即用支持 Docker 一键部署,可以让用户通过 Web 界面在线配置、管理 Nginx 服务,支持转发、重定向、SSL 证书、高级配置等功能。 收录于: 第84 期 标签: NGINX JavaScript 评论 没用过 用过 评分: 发布 3 条精选评论 最新热门 Grey 评分: 用过 使用了很多年,功能越来越完善,推荐 8 个月前 点赞 回复...
jc21/nginx-proxy-manager:latest jc21/nginx-proxy-manager:2 jc21/nginx-proxy-manager:2.12.0 Should you encounter problems, use the docker tag2.11.3to downgrade.
Docker container for managing Nginx proxy hosts with a simple, powerful interface - Release v2.12.3 · NginxProxyManager/nginx-proxy-manager
Docker container for managing Nginx proxy hosts with a simple, powerful interface NginxProxyManager/nginx-proxy-manager’s past year of commit activity docker-nginx-fullPublic Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled. ...
Pull this new imagejc21/nginx-proxy-manager:2.11.3 Bring up your docker stack and check for any problems in the logs Renew your DNS certs manually Check some or all of your hosts for expected behaviour Changes #3764Fix Cloudflare DNS Auth (thanks@ransbachm) ...
To apply some of these updates to existing hosts, simply Edit them and Save them. New nginx configurations will be written as a result. Docker images jc21/nginx-proxy-manager:latest jc21/nginx-proxy-manager:2 jc21/nginx-proxy-manager:2.12.2...
('proxy-manager-api');constclient=newProxyManager.Client({host:'proxy.example.com',email:'admin@example.com',password:'admin'});client.connect().then(()=>{client.proxy.createProxy({domain:'proxied.example.com',ip:'0.0.0.0',port:8080,ssl:true,}).then(proxy=>{console.log(proxy);})}...
/docker/appdata/nginx-proxy-manager: This is where the application stores its configuration, states, log and any files needing persistency. Browse tohttp://your-host-ip:8181to access the Nginx Proxy Manager web interface. Usage docker run [-d] \ --name=nginx-proxy-manager \ [-e<VARIABLE...