Christopher Edmonds

Results 10 comments of Christopher Edmonds
trafficstars

Interested in this too. We have a load balancer that handles the ssl connection also, and all the communication between the load balancer and our worker instances happens in a...

The Mac part should not matter as this is a Docker build - the error doesn't seem to be to do with not finding files, rather it is those `undefined...

Hi - it happens locally (haven't tried it in production yet) - but my local dev environment is dockerised and uses Minio for S3, so I think the behaviour should...

You're very welcome! I haven't revisited it in a bit as I got sidetracked on another project, but I will be back on it this fall so I'll let you...

Still having this issue with Docker Desktop for Mac 4.8.0, MacOS 12.3.1 (M1), postgres 13.6-bullseye image when initialising a new database. The db section of my compose file includes: ```...

MacOS 12.4 resolves this for me - although VirtioFS seems to be killing my inter-container communications afterwards, so it is still a no-go.

Update - I have an M1 Mac Mini and an M1 MBP configure identically - MacOS 12.4, Docker 4.8.2. With VirtioFS enabled, I experience the following: - Starting Postgres w/...

Not fixed by Docker 4.9 > Update - I have an M1 Mac Mini and an M1 MBP configure identically - MacOS 12.4, Docker 4.8.2. > > With VirtioFS enabled,...

MacOS 12.5.1 (M1), Docker Desktop 4.12.0. Not fixed.

Same issue on macOS - go 1.22.6. I understand that `go get` has been deprecated in favour of `go install` but it still doesn't work. `go install github.com/AfterShip/email-verifier@latest` ``` package...