1
0

chore(deps): update uozi/nginx-ui docker tag to v2.3.3 (#4061)

This commit is contained in:
renovate[bot]
2026-02-15 13:43:25 +00:00
committed by GitHub
parent 52615f56c8
commit 109f01d662
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
networks:
1panel-network:
external: true
services:
nginx-ui:
image: uozi/nginx-ui:v2.3.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
stdin_open: true
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTPS}:443
volumes:
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
- ${NGINX_UI_ROOT_PATH}/www:/var/www
environment:
- TZ=Asia/Shanghai
- NGINX_UI_SERVER_HTTP_HOST=0.0.0.0
- NGINX_UI_SERVER_HTTP_PORT=9000
- NGINX_UI_SERVER_RUN_MODE=release
- NGINX_UI_SERVER_HTTP_CHALLENGE_PORT=9180
- NGINX_UI_SERVER_DATABASE=database
- NGINX_UI_SERVER_START_CMD=login
- NGINX_UI_SERVER_START_CMD=database
- NGINX_UI_SERVER_PAGE_SIZE=10
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
- NGINX_UI_SERVER_SKIP_INSTALLATION=true