https://gitee.com/cym1102/nginxWebUI
https://www.nginxwebui.cn/news.html

version: "3.2"
services:
  nginxWebUi-server:
    image: cym1102/nginxwebui:2.6.9
    volumes:
      - type: bind
        source: "/home/nginxWebUI"
        target: "/home/nginxWebUI"
    environment:
      BOOT_OPTIONS: "--server.port=8080"
    privileged: true
    network_mode: "host"

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code