Rename rebuild -> re-compose

This commit is contained in:
askiiart 2022-12-13 19:45:38 -06:00
parent ca6f89aedf
commit dea2fecf53
2 changed files with 2 additions and 2 deletions

View file

@ -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.