mirror of
https://github.com/yiGmMk/wxocr.git
synced 2025-12-24 13:38:02 +08:00
15 lines
277 B
YAML
15 lines
277 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
wechat-ocr-api:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
container_name: wechat-ocr-api
|
|
|
|
# 使用预构建的镜像
|
|
# wechat-ocr-api:
|
|
# image: golangboyme/wxocr
|
|
# ports:
|
|
# - "5000:5000"
|
|
# container_name: wechat-ocr-api |