mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update demo
This commit is contained in:
parent
ce8c1b1268
commit
1e827fcdd7
6 changed files with 24 additions and 2 deletions
17
docker-compose-demo.yml
Normal file
17
docker-compose-demo.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
services:
|
||||
nginx-demo-1:
|
||||
image: uozi/nginx-ui-demo:latest
|
||||
restart: always
|
||||
networks:
|
||||
- nginx-ui-network
|
||||
ports:
|
||||
- "9003:80"
|
||||
|
||||
nginx-demo-2:
|
||||
image: uozi/nginx-ui-demo:latest
|
||||
restart: always
|
||||
networks:
|
||||
- nginx-ui-network
|
||||
networks:
|
||||
nginx-ui-network:
|
Loading…
Add table
Add a link
Reference in a new issue