diff --git a/hosting/docker-compose.dev.yaml b/hosting/docker-compose.dev.yaml index 7d8198db73..394f5ac256 100644 --- a/hosting/docker-compose.dev.yaml +++ b/hosting/docker-compose.dev.yaml @@ -6,8 +6,7 @@ services: minio-service: container_name: budi-minio-dev restart: on-failure - # Last version that supports the "fs" backend - image: minio/minio:RELEASE.2022-10-24T18-35-07Z + image: minio/minio volumes: - minio_data:/data ports: @@ -69,4 +68,4 @@ volumes: minio_data: driver: local redis_data: - driver: local \ No newline at end of file + driver: local