mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
refactor(preference): show more settings
This commit is contained in:
parent
59947a35db
commit
a0c005f314
17 changed files with 400 additions and 213 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue