Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Repository files navigation

docker-minio

see: https://hub.docker.com/r/minio/minio

You can find accessKey and secretKey in /data/.minio.sys/config/config.json.

Configuration of gitlab-ci runner

 [runners.cache]
Type = "s3"Shared = true
[runners.cache.s3]
ServerAddress = "host:9000"AccessKey = "AccessKey"SecretKey = "SecretKey"BucketName = "runner"Insecure = false

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors