소스 검색

Merge branch 'master' of http://47.117.92.63:8085/lhyz-ai-project/Linwit-ai-agentic-pt

韩洋 4 일 전
부모
커밋
659928af39
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      docker-compose.yml

+ 2 - 4
docker-compose.yml

@@ -2,10 +2,8 @@ version: '3.8'
 
 services:
   ai-agentic-pt:
-    build:
-      context: .
-      dockerfile: Dockerfile
-    container_name: ai-agentic-pt
+    image: linwit-ai-agentic-pt:v060730
+    # container_name: ai-agentic-pt
     ports:
       - "11119:80"
     restart: unless-stopped