Skip to content

Commit 66f7dcc

Browse files
committed
feat: 支持 docker-compose #79
1 parent 7ead1a4 commit 66f7dcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '3.5'
2+
3+
services:
4+
bingo:
5+
image: weaigc/bingo
6+
container_name: bingo
7+
ports:
8+
- "7860:7860"
9+
environment:
10+
# - BING_HEADER=xxx # 这里配置自己的 BING_HEADER 信息

0 commit comments

Comments
 (0)