This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user