From 8110aad493467939cc9716f4765d8281ebc9e8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 6 Aug 2026 21:36:46 +0400 Subject: [PATCH] =?UTF-8?q?go-container:=20S3=5FPREFIX=20default=3Dregistr?= =?UTF-8?q?y.kube5s.ru=20(=D0=B1=D0=B5=D0=B7=20ENV)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.go b/server/main.go index 7ea1c39..a07b7bc 100644 --- a/server/main.go +++ b/server/main.go @@ -74,7 +74,7 @@ func main() { hostname = "localhost:8080" } if s3Prefix == "" { - s3Prefix = hostname + s3Prefix = "registry.kube5s.ru" // default S3 prefix (old Go hostname) } endpoint := os.Getenv("S3_ENDPOINT")