You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to start the latest v2.0.0-beta container and it fails with: ERROR reading environment variables: cache settings: LRU max entries: invalid value for max entries of the LRU cache: cannot be zero
The ENV variables are not set explicitly so should be by default - lru and 10000, which I can confirm by doing docker inspect:
> sudo docker inspect dns | grep CACHE
"CACHE_TYPE=lru",
"CACHE_LRU_MAX_ENTRIES=10000",
I tried to set them explicitly to no avail
The text was updated successfully, but these errors were encountered:
I'm trying to start the latest v2.0.0-beta container and it fails with:
ERROR reading environment variables: cache settings: LRU max entries: invalid value for max entries of the LRU cache: cannot be zero
The ENV variables are not set explicitly so should be by default - lru and 10000, which I can confirm by doing docker inspect:
I tried to set them explicitly to no avail
The text was updated successfully, but these errors were encountered: