docker 部署Nginx UI

github地址:

GitHub - 0xJacky/nginx-ui: Yet another WebUI for Nginx

1、下载Nginx UI镜像

docker pull crpi-k5k93ldwfc7o75ip.cn-hangzhou.personal.cr.aliyuncs.com/list_su/nginx_ui:latest

docker pull uozi/nginx-ui:latest

2、创建docker-compose.yml配置文件

mkdir nginx_ui && cd nginx_ui

vim docker-compose.yml

复制代码
services:
    nginx-ui:
        stdin_open: true
        tty: true
        container_name: nginx-ui
        restart: always
        environment:
            - TZ=Asia/Shanghai
        volumes:
            - '/mnt/user/appdata/nginx:/etc/nginx'
            - '/mnt/user/appdata/nginx-ui:/etc/nginx-ui'
            - '/var/www:/var/www'
        ports:                
            - 8077:80
            - 8443:443
        image: 'crpi-k5k93ldwfc7o75ip.cn-hangzhou.personal.cr.aliyuncs.com/list_su/nginx_ui:latest'

3、运行docker compose up -d

4、浏览琪输入 服务器ip.8077

输入邮箱和账号密码 数据库默认即可

相关推荐
LuiChun1 小时前
与精神病患者的日常探讨20260913
docker
闲云野鹤在人间1 小时前
Docker入门|第1章 容器生态系统完整解析
运维·服务器·docker·容器·centos
KIDULT°2 小时前
Docker 从 0 入门|吃透容器生态、架构与 Dockerfile 实战
docker·容器·架构
Lsetea3 小时前
Nginx HTTPS证书域名不匹配:用SAN与SNI定位 ERR_CERT_COMMON_NAME_INVALID
nginx·https·ssl证书·openssl·tls
putItInYourHand4 小时前
Docker Compose 部署 Mosquitto MQTT Broker 完整实战指南
运维·docker·容器
Larru-Sun4 小时前
Nginx + Vue Router 基础:SPA History 部署、反向代理与请求分流
运维·vue.js·nginx
生活爱好者!13 小时前
哇!影视新玩法!docker部署NEOWATCH NAS
运维·docker·容器
迷途呀14 小时前
CI/CD 自动化部署实践:让代码提交后自动上线
linux·运维·nginx·ci/cd·自动化
cpolar技术支持16 小时前
Docker 容器启动失败怎么查?端口、日志、权限与网络排障完整教程
linux·docker·容器·cpolar·网络排障
一技安身18 小时前
【大模型】Win11 部署 DeepSeek+ RAGFlow0.27.2 (Ollama方案,断网可用)
docker·ai·语言模型