chenyao
2025-03-15 ffd06325d894a5b54a39f6689d67fec9f6c62ed0
docker-compose-prod.yml
@@ -4,4 +4,12 @@
    image: 172.21.81.239:7666/drone-web/pilot-h5:SNAPSHOT-$BUILD_NUMBER
    container_name: pilot-h5
    ports:
      - "8310:80"
      - "8710:80"
    # 指定network
    networks:
      - drone_web_h5_network
# 指定
networks:
  drone_web_h5_network:
    external: true