Skip to content

Commit

Permalink
feat: 支持 docker-compose weaigc#79
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Oct 10, 2023
1 parent 7ead1a4 commit 66f7dcc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3.5'

services:
bingo:
image: weaigc/bingo
container_name: bingo
ports:
- "7860:7860"
environment:
# - BING_HEADER=xxx # 这里配置自己的 BING_HEADER 信息

0 comments on commit 66f7dcc

Please sign in to comment.