Update docker-compose.yml

support docker-compose
This commit is contained in:
LeviWeiPower
2025-08-05 00:05:45 +08:00
committed by GitHub
parent 9a28eb9f63
commit 8b88ecbac0
+2 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services:
dots-ocr-server:
image: dots-ocr:laster
image: dots-ocr:latest
container_name: dots-ocr-container
ports:
- "8001:8000"
@@ -39,3 +39,4 @@ services:
--served-model-name dotsocr-model \
--trust-remote-code