···3535 }
3636 };
37373838+ if config.container_labels.is_empty() && config.container_names.is_empty() {
3939+ warn!("You have not defined any filters! All containers will be exposed. If you are using docker-proxy-filter only for SCRUB_ENVS then this is expected behavior, otherwise check your environmental variables.");
4040+ }
4141+3842 let cm = AppStateWithContainerMap {
3943 container_map: Arc::new(Mutex::new(HashMap::<String, Option<bool>>::new()))
4044 };