# 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"]