mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
21 lines
405 B
YAML
21 lines
405 B
YAML
version: '3'
|
|
services:
|
|
nginx-demo-1:
|
|
image: uozi/nginx-ui-demo:latest
|
|
restart: always
|
|
networks:
|
|
- nginx-ui-network
|
|
environment:
|
|
- NGINX_UI_NODE_DEMO=true
|
|
ports:
|
|
- "9003:80"
|
|
|
|
nginx-demo-2:
|
|
image: uozi/nginx-ui-demo:latest
|
|
restart: always
|
|
environment:
|
|
- NGINX_UI_NODE_DEMO=true
|
|
networks:
|
|
- nginx-ui-network
|
|
networks:
|
|
nginx-ui-network:
|