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

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

相关推荐
数据知道7 小时前
主机入侵检测(HIDS):OSSEC / Wazuh 部署与规则编写
安全·网络安全·docker
逐光老顽童9 小时前
第 5 章:搞懂 K8s Service:从 ClusterIP 到负载均衡
docker·云原生·容器
学者猫头鹰10 小时前
Nginx零基础学习手册
nginx
花生了什么事o10 小时前
Docker 部署 SpringBoot:从镜像构建到服务器运行
服务器·spring boot·docker
Eloudy10 小时前
国内加速 docker pull 下载 docker images,特别是 nvidia 的cuda image
docker·gpu·rdma
Chief_fly11 小时前
ARM 麒麟系统服务器构建docker镜像
运维·服务器·docker
yj_xqj1 天前
Docker 基础应用与介绍
运维·docker·容器
AOwhisky1 天前
Docker 深度集成 WasmEdge:容器与 Wasm 的边界正在消失
docker·容器·wasm
難釋懷1 天前
Nginx外置缓存-nginx + memcached
nginx·缓存·memcached
码上上班1 天前
JumpServer 企业完整实操手册
容器