https://linux.do/t/topic/33913
10K+
version: '3'
services:
funcaptcha:
image: coulsontl/funcaptcha-server
container_name: funcaptcha
ports:
- "8181:8181"
volumes:
- ./local_resource:/container/mount/point
restart: always
network_mode: bridge
environment:
- TZ=Asia/Shanghai
# - http_proxy=http://xxxxx
# - https_proxy=http://xxxxx
第一次使用需要去GitHub下载模型,所以最好在环境变量里加上你的代理
Content type
Image
Digest
sha256:1ef510eab…
Size
469.2 MB
Last updated
over 2 years ago
docker pull coulsontl/funcaptcha-server