소스 검색

Remove unecessary files

Signed-off-by: AhmedGrati <[email protected]>
AhmedGrati 2 년 전
부모
커밋
ed5a2e83c7
1개의 변경된 파일0개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 16
      cmd/docker-compose.yaml

+ 0 - 16
cmd/docker-compose.yaml

@@ -1,16 +0,0 @@
-version: '3.3'
-
-services:
-  servic1:
-    image: nginx
-    ports:
-      - 8081:80
-  service2:
-    image: nginx
-    ports:
-      - 8082:80
-  service3:
-    image: nginx
-    ports:
-      - 8083:80
-