aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-09-14 22:17:25 -0500
committerFurkan Sahin <furkan-dev@proton.me>2023-09-14 22:17:25 -0500
commit9e252bbf56147d31c5a3c15fe09a7773b7060d7f (patch)
tree3046f63a0317e84488b1ad18cb80f670a21bab71 /README.md
parent8c216e6f862f2e5d73d0014a76017aafc4f6b095 (diff)
Provide an option to build multiple compose files within a single call
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index cb75387..c03175b 100644
--- a/README.md
+++ b/README.md
@@ -85,21 +85,21 @@ WantedBy=timers.target
## Usage
```
-usage: rbuild.py [-h] [--build-period BUILD_PERIOD] [--up-timeout-period UP_TIMEOUT_PERIOD] [--force-rebuild] [--remove-images] filename
+usage: rbuild.py [-h] [--build-period BUILD_PERIOD] [--up-timeout-period UP_TIMEOUT_PERIOD] [--force-rebuild] [--remove-images] filename [filename ...]
-Automatically rebuild a series of containers using Docker Compose.
+Automatically rebuild a series of containers with docker compose.
positional arguments:
filename The docker-compose file to use.
options:
- -h, --help Show this help message and exit.
+ -h, --help show this help message and exit
--build-period BUILD_PERIOD
- Rebuild period in seconds.
+ Time images are allowed to live (in seconds.)
--up-timeout-period UP_TIMEOUT_PERIOD
- Timeout period for bringing up containers in seconds.
- --force-rebuild Force a rebuild of all containers.
- --remove-images Remove all existing images.
+ Up timeout period in seconds.
+ --force-rebuild Force all containers to be rebuilt
+ --remove-images Remove all images
```
## License