Browse Source

remove port blank

Tinger 2 năm trước cách đây
mục cha
commit
e478eaf291
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -4,7 +4,7 @@ services:
   PaddleOCR:
     build: .
     ports:
-      - "5050: 80"
+      - "5050:80"
     image: ocr:latest
     container_name: PaddleOCR
     restart: unless-stopped