- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Image (0.01 sec)
-
buildscripts/upgrade-tests/compose.yml
# Settings and configurations that are common for all containers x-minio-common: &minio-common image: minio/minio:${MINIO_VERSION} command: server http://minio{1...4}/data{1...3} env_file: - ./minio.env expose: - "9000" - "9001" # 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
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 05:08:11 UTC 2024 - 1.4K bytes - Viewed (0)