SSL connection issues between go Scratch container and PG container. How to resolve? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 12 months ago . UPDATE I believe I resolved this issue with this connection... db, err := gorm.Open("postgres", "host='postgres'&user:docker&port=5432&dbname='docker'&password='password'&sslmode=disable") I am getting a connection refused between a Docker PG container and a GoLang Scratch container. The error is: ============