molu8bits / s3bucket_exporter

S3 bucket exporter exposing metrics size and number of objects
MIT License
22 stars 11 forks source link

Trying to do a docker-compuse up #5

Closed kimsvane closed 2 years ago

kimsvane commented 2 years ago

While i have filled the docker-compuose.yml with wasabi endpoint, etc. When i try to run it, i am given the following error:

ysername@servername:~/s3bucket_exporter-master$ sudo docker-compose up ERROR: The Compose file './docker-compose.yaml' is invalid because: services.s3bucketexporter.environment.S3_DISABLE_SSL contains false, which is an invalid type, it should be a string, number, or a null

molu8bits commented 2 years ago

Please try to use double quotation marks. docker-compose.yaml example in this repository has been updated.