diff --git a/.docker/freva.conf b/.docker/evaluation_system.conf
similarity index 100%
rename from .docker/freva.conf
rename to .docker/evaluation_system.conf
diff --git a/freva-ingest/src/config.rs b/freva-ingest/src/config.rs
index 230904a8a9d9798f3710ef57f07f97952d0a7a9a..35ba17b4844de07e7ab910a3d1dce2164b12bd8a 100644
--- a/freva-ingest/src/config.rs
+++ b/freva-ingest/src/config.rs
@@ -19,7 +19,7 @@ pub struct SolrConfig {
     pub core: String,
 }
 
-const CONFIG_NAME: &str = "freva.conf";
+const CONFIG_NAME: &str = "evaluation_system.conf";
 const DRS_CONFIG_NAME: &str = "drs_config.toml";
 
 const EVAL_SYSTEM_KEY: &str = "evaluation_system";