소스 검색

docker compose update

root 1 개월 전
부모
커밋
b7f03ab12b
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