Sign inSign up

coulsontl/funcaptcha-server

By coulsontl

Updated over 2 years ago

https://linux.do/t/topic/33913

Image
1

10K+

coulsontl/funcaptcha-server repository overview

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下载模型,所以最好在环境变量里加上你的代理

Tag summary

Content type

Image

Digest

sha256:1ef510eab

Size

469.2 MB

Last updated

over 2 years ago

docker pull coulsontl/funcaptcha-server