Merge 19d59a18cf
into 46e3295003
This commit is contained in:
commit
b0a68aa3e7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def _read_config() -> Dict:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"'config.yaml' should be a file, not a directory, skipping"
|
"'config.yaml' should be a file, not a directory, skipping"
|
||||||
)
|
)
|
||||||
if os.path.exists("/.dockerenv"):
|
if os.path.exists("/.dockerenv") or os.path.exists("/run/.containerenv"):
|
||||||
ret = _merge(ret, _docker_config())
|
ret = _merge(ret, _docker_config())
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
Reference in a new issue