chore: update demo

This commit is contained in:
0xJacky 2023-05-18 21:16:32 +08:00
parent ce8c1b1268
commit 1e827fcdd7
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
6 changed files with 24 additions and 2 deletions

17
docker-compose-demo.yml Normal file
View 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: