Stephen Corya

Results 4 issues of Stephen Corya

```javascript (async () => { const lease = client.lease(3600); let leasedKey = await lease.put ('/leased-key').value ('value'); let leasedGet = await client.get ('/leased-key').exec (); console.log ('leasedKey:', leasedKey); console.log ('leasedGet:', leasedGet); const...

## Description Add a note about port exposure `IPADDR:HOSTPORT:CONTAINERPORT` syntax not binding the port solely to the specified `IPADDR` in swarm mode. ## Related issues or tickets https://github.com/moby/moby/issues/32299

area/compose

**Describe the bug** I have three KeyDB servers each running in active-replica mode, each of the three connected to the other two, confrimed by the `ROLE` command and logs. ```...

Priority 2

I'm running in docker swarm with an overlay network connecting the containers as in the example. The server listens on the IP address. ``` caddy_proxy.0.lzmv38dhex0h@us-las-021-01 | {"level":"info","ts":1726160108.0723393,"logger":"docker-proxy","msg":"Running caddy proxy server"}...