Debdut Chakraborty

Results 90 comments of Debdut Chakraborty

just tried my local fork, couldn't reproduce with the above steps compose file im using ```yaml version: '3.2' services: router: image: httpd:2.4 database: image: httpd:2.4 one: image: httpd:2.4 two: image:...

Can't reproduce the tag change either; compose file ```yml services: one: image: httpd:2.4 two: image: httpd:2.4 three: image: httpd:2.4 four: image: httpd:2.4 ``` out - ```sh [I] ⋊> ~/D/R/compose on...

I can reproduce on the compose shipped with docker desktop though; 2.6.1 edit:i need to update edir2: wow still on 2.6.1 compose .. urgh

@benlangfeld I tested against the latest tag. Couldn't reproduce the issue with the steps provided, if you look further up the thread, I shared my observations a while ago. I...

We've been having similar issues for us, and the quickest fix was this - https://github.com/RocketChat/Rocket.Chat/issues/30612#issuecomment-1771016105 https://github.com/RocketChat/Rocket.Chat/issues/30612#issuecomment-1770942075

For users, you can create one with roomreader I believe. I guess the only thing we need rn, is a way of listing rooms visible to a command executor. This...

Hey everyone, can someone show me the compose file you're using?