zhongrj
2025-03-28 4ff3eee77b41466d08117970970d01be6e48ffe1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.1'
services:
  piloth5:
    image: 172.21.81.239:7666/drone-web-test/pilot-h5:SNAPSHOT-$BUILD_NUMBER
    container_name: pilot-h5
    ports:
      - "8710:80"
    # 指定network
    networks:
      - drone_web_h5_network
 
# 指定
networks:
  drone_web_h5_network:
    external: true