diff --git a/server/szurubooru/config.py b/server/szurubooru/config.py index 8f87642fe..97f57298d 100644 --- a/server/szurubooru/config.py +++ b/server/szurubooru/config.py @@ -57,7 +57,7 @@ def _read_config() -> Dict: logger.warning( "'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()) return ret