nginx-ui/docker-compose-demo.yml
2023-05-18 21:16:32 +08:00

17 lines
359 B
YAML

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: