From dea2fecf53543b0d0885d809aa653b216e8d6706 Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 13 Dec 2022 19:45:38 -0600 Subject: [PATCH] Rename rebuild -> re-compose --- README.md | 4 ++-- rebuild.py => re-compose.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename rebuild.py => re-compose.py (100%) diff --git a/README.md b/README.md index 6256427..06fdbd1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This is a simple program to manage docker containers. It works similarly to Umbr ## How to use - **Note:** All scrips must be run in the same directory as the `.config` file. -- If you want to rebuild your containers on boot, you can run `composer.py` on boot -- If you want to rebuild your containers on demand, you can run `rebuild.py` manually +- If you want to re-compose your containers on boot, you can run `composer.py` on boot +- If you want to re-compose your containers on demand, you can run `re-compose.py` manually - If you just want to do basic management, like stopping, starting, removing docker containers, etc, then use `basic-management.py`. It's essentially an interactive wrapper for the basics of docker. diff --git a/rebuild.py b/re-compose.py similarity index 100% rename from rebuild.py rename to re-compose.py