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,