fishnux

Results 17 comments of fishnux

Updated service override to allow port mapping: ```json "EndpointSpec": { "Mode": "dnsrr", "Ports": [ { "Protocol": "tcp", "TargetPort": 5432, "PublishedPort": 9006, "PublishMode": "host" } ] } ``` Will be testing...

Edit: Unable to replicate for the time being, I don't remember the exact setup I verified this issue I would be very careful when it comes to Docker Swarm and...

Edit: Unable to replicate for the time being, I don't remember the exact setup I verified this issue > @fishnux do you have a reference to that 30 second timeout?...

Hi, Important contacts are only able to actually ring the phone if "priority mode" is enabled. The standard "do not disturb" mode doesn't allow this, it completely silences the phone,...

> I think this is valid only for Lolipop devices or am I wrong? You're correct, this is only valid for Lolipop devices and higher. > The apps and contacts...

Your proposed solution sounds nice! 👍 On a side-note, food for thought: what if I want to run a Docker container (executor) through SSH? 😮

I'm re-opening this issue because I'm referring to Continuous Integration checks, which aren't implemented yet. The deployer checks are still very useful! 😃

The swarmlet.domains label doesn't allow the specification of a route path. Imagine someone wants to host a blog at example.com/blog instead of blog.example.com. Taking some inspiration from Caddy server, I...

Initial pull request has been made. The instructions for users to import this schema into their IDE is still undocumented. I'm not familiar with those procedures, so feel free to...