use fixed minio stable version (minio team separated console and api in the july feature release)

https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z
This commit is contained in:
Tomasz Dłuski
2021-07-19 12:04:05 +02:00
parent 14df7c707e
commit fcd3393fa5

View File

@@ -1,7 +1,7 @@
version: '3.2'
services:
s3:
image: minio/minio:latest
image: minio/minio:RELEASE.2021-06-14T01-29-23Z
container_name: aws-s3
ports:
- 9000:9000