update
This commit is contained in:
parent
1aa46e9145
commit
b7fe1cb281
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user