添加 docker-compose.yml
Some checks failed
Build GHub / build (push) Has been cancelled

This commit is contained in:
XOF
2025-12-27 18:29:26 +08:00
parent fc0e774ef5
commit 7337693dc4

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
# docker-compose.yml
services:
Ghub:
image: Ghub:latest
container_name: hubp
ports:
- "18187:18187"
restart: unless-stopped
command: ["./GHub", "-l", "0.0.0.0", "-p", "18187", "-ll", "info", "-w", "github.com"]