1
0
Fork 0
mirror of synced 2024-09-14 00:08:25 +12:00

Pin minio version to an old one that supports the fs backend in dev

This commit is contained in:
Andrew Kingston 2023-01-13 11:57:30 +00:00
parent 66c6b6dec3
commit 846b470c85

View file

@ -6,7 +6,7 @@ services:
minio-service:
container_name: budi-minio-dev
restart: on-failure
image: minio/minio
image: minio/minio:RELEASE.2022-10-24T18-35-07Z
volumes:
- minio_data:/data
ports: