Docker – Get fully qualified MinIO S3-API URL from local MinIO container
I'm trying to access the Minio S3-API endpoint from within my container, but my app can't resolve the container name. The issue is the framework that I'm using, uses the @smithy/middleware-endpoint API, which requires a fully qualified URL. As my…