From 7675ffe0fcdb92463e65606f08cb02febd1932d6 Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 16 Dec 2022 21:16:57 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec68c4d..02a8165 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can use `docker-data/` to test the program, or can put your own data there. `docker-composer.conf` parameters: - `compose-path`: The path to the folder containing the folders for each docker container - the folder for each container includes a `docker-compose.yml` file. -- `exclude-containers`: A list of containers to exclude from being managed by the program. This will stop the program from doing **anything** to those containers. +- `exclude-containers`: A list of containers to exclude from being managed by the program. This will stop the scripts (except `basic_management.py`) from doing **anything** to those containers. Notes: - The folders *must* have the same name as their respective docker containers