Skip to content

Commit 748b17d

Browse files
committed
storage: pin minio version
Latest MinIO version requires some changes to use `--console-address`. Also, the new version of MinIO will require to update the documentation from our installation guide. Let's pin it for now to fix the immediate issue and come back with the proper solution. Solution taken from @astrojuanlu's comment readthedocs/readthedocs.org#8332 (comment)
1 parent 4a471a1 commit 748b17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ services:
144144
readthedocs:
145145

146146
storage:
147-
image: minio/minio
147+
image: minio/minio:RELEASE.2021-06-17T00-10-46Z
148148
ports:
149149
- "9000:9000"
150150
environment:

0 commit comments

Comments
 (0)