From e55ad02e3c785bc29aad650e33c68d7d083341ff Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 4 Sep 2026 13:51:35 -0400 Subject: [PATCH] fix: mount secrets.toml file in example config --- example-configurations/bloodhound-enterprise/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/example-configurations/bloodhound-enterprise/docker-compose.yml b/example-configurations/bloodhound-enterprise/docker-compose.yml index 3322ebd..4842d7f 100644 --- a/example-configurations/bloodhound-enterprise/docker-compose.yml +++ b/example-configurations/bloodhound-enterprise/docker-compose.yml @@ -7,6 +7,7 @@ x-scheduler: &scheduler init: true volumes: - ${HOME}/.dlt/config.toml:/app/.dlt/config.toml:ro + - ${HOME}/.dlt/secrets.toml:/app/.dlt/secrets.toml:ro # These environment variables can also be set inside the ~/.dlt/config.toml file # and act as an example. Configuring openhound can be done using environment variables,