# docker-compose.yml services: ghub: build: . container_name: ghub ports: - "18187:18187" restart: unless-stopped command: ["./GHub", "-l", "0.0.0.0", "-p", "18187", "-ll", "info", "-w", "time.is"]