minio / minsql

High-performance log search engine.
GNU Affero General Public License v3.0
358 stars 30 forks source link

mc binary doesn't create bucket in docker-compose example #129

Open tommyalatalo opened 5 years ago

tommyalatalo commented 5 years ago

Following the documentation on the minsql github repo page, the example doesn't work. The mc container is supposed to create a minsql-meta bucket, and the output from the conainer is that it succeeds, but no bucket is actually created.

As per the docker-compose.yml below the bucket minio/minsql-meta should be created. After the mc container has run no bucket can be found in the local data directory or seen in the web ui.

` version: '2'

services:

minio: image: minio/minio volumes:

volumes: data: `

nitisht commented 5 years ago

Thanks for reporting @tommyalatalo we'll take a look