This commit is contained in:
Zengtudor 2024-11-02 23:13:54 +08:00
parent 1aa46e9145
commit b7fe1cb281

View File

@ -1,13 +1,12 @@
version: "3.2"
services: services:
nginx-ui: nginxWebUi-server:
image: uozi/nginx-ui:latest image: cym1102/nginxwebui:latest
container_name: nginx-ui
restart: always
environment:
- TZ=Asia/Shanghai
volumes: volumes:
- $NGINX_PATH/nginx:/etc/nginx - type: bind
- $NGINX_PATH/nginx-ui:/etc/nginx-ui source: "$NGINX_PATH"
ports: target: "/home/nginxWebUI"
- "8081:80" environment:
- "444:443" BOOT_OPTIONS: "--server.port=8080"
network_mode: "host"
restart: always