Skip to content

Commit

Permalink
add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Feb 6, 2024
1 parent 6259210 commit 0054070
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"

services:
go-bingai-bypass:
build:
context: .
dockerfile: Dockerfile
network_mode: host
environment:
- PASS_TIMEOUT=8

0 comments on commit 0054070

Please sign in to comment.