refactor(preference): show more settings

This commit is contained in:
Jacky 2024-10-23 16:51:54 +08:00
parent 59947a35db
commit a0c005f314
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
17 changed files with 400 additions and 213 deletions

View file

@ -1,17 +1,21 @@
version: '3'
services:
nginx-demo-1:
image: uozi/nginx-ui-demo:latest
restart: always
networks:
- nginx-ui-network
ports:
- "9003:80"
nginx-demo-1:
image: uozi/nginx-ui-demo:latest
restart: always
networks:
- nginx-ui-network
entrypoint:
- NGINX_UI_NODE_DEMO=true
ports:
- "9003:80"
nginx-demo-2:
image: uozi/nginx-ui-demo:latest
restart: always
networks:
- nginx-ui-network
nginx-demo-2:
image: uozi/nginx-ui-demo:latest
restart: always
entrypoint:
- NGINX_UI_NODE_DEMO=true
networks:
- nginx-ui-network
networks:
nginx-ui-network:
nginx-ui-network: