# 验证码识别服务 #### 创建docker容器 ```shell docker build -t pycaptcha:latest . ``` #### 开启服务 ```shell docker-compose up -d ``` #### 关闭服务并删除运行容器 ```shell docker-compose down ``` #### 重启服务 ```shell docker-compose restart ```