diff --git a/docs/articles/storage.md b/docs/articles/storage.md index 57723da..2d8636f 100644 --- a/docs/articles/storage.md +++ b/docs/articles/storage.md @@ -373,6 +373,9 @@ If you don't specify a cache driver, zot defaults to [BoltDB](https://dbdb.io/db In this example, BoltDB can be found at /tmp/zot/cache.db. +> :warning: +> Because BoltDB does not provide concurrent access for writes, multiple instances/replicas of zot are not supported with a BoltDB configuration. + ### DynamoDB To use [DynamoDB](https://aws.amazon.com/dynamodb/) as the cache driver, the following storage configuration must be present: