mirror of https://github.com/minio/minio.git
update docker-compose to RELEASE.2021-07-30T00-02-00Z
This commit is contained in:
parent
d004828b20
commit
7281e86d9e
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
# Settings and configurations that are common for all containers
|
||||
x-minio-common: &minio-common
|
||||
image: minio/minio:RELEASE.2021-07-27T02-40-15Z
|
||||
image: minio/minio:RELEASE.2021-07-30T00-02-00Z
|
||||
command: server --console-address ":9001" http://minio{1...4}/data{1...2}
|
||||
expose:
|
||||
- "9000"
|
||||
|
|
Loading…
Reference in New Issue