version: "3" services: sshx-server: image: registry.wayl.one/sshx-server command: ["sh", "-c", './sshx-server --listen :: --host "https://sshx.wayl.one" --secret=hello'] ports: - 8051 labels: kompose.service.expose: sshx.wayl.one kompose.image-pull-secret: regcred kompose.service.type: loadbalancer