Skip to content

Commit 3b4adaa

Browse files
authored
Polish registry s3 endpoint env (#889)
1 parent c0e11cd commit 3b4adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/registry/template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ S3_SECRET_KEY=${REGISTRY_S3_SECRET_KEY}
1313
S3_ENDPOINT=${S3_ENDPOINT}
1414
S3_BUCKET=${REGISTRY_DOMAIN}
1515
REGISTRY_S3_BUCKET=${REGISTRY_S3_BUCKET}
16-
REGISTRY_S3_ENDPOINT=${S3_ENDPOINT}
16+
REGISTRY_S3_ENDPOINT=${REGISTRY_S3_ENDPOINT}
1717
REGISTRY_S3_SECURE=${REGISTRY_S3_SECURE}
1818
REGISTRY_AWS_REGION=${REGISTRY_AWS_REGION}
1919

0 commit comments

Comments
 (0)