- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for myminio1 (0.04 seconds)
-
docs/orchestration/docker-compose/docker-compose.yaml
timeout: 5s retries: 5 # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: minio1: <<: *minio-common hostname: minio1 volumes: - data1-1:/data1 - data1-2:/data2 minio2: <<: *minio-common hostname: minio2 volumes: - data2-1:/data1 - data2-2:/data2Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 07 05:14:10 GMT 2025 - 1.5K bytes - Click Count (0) -
internal/config/config.go
// is legacy, we return an error to tell the user to // reset the region via the new command. err = Errorf("could not load region from legacy configuration as it was invalid - use 'mc admin config set myminio site region=myregion name=myname' to set a region and name (%v)", err) return s, err } region = regionKV.Get(RegionName) } if region != "" { if !validRegionRegex.MatchString(region) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 37.7K bytes - Click Count (0)