From 6451d321b0af1efdc7f9ff954947f6a44ef588df Mon Sep 17 00:00:00 2001 From: Alex Yao <33379584+alexyao2015@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:34:06 -0600 Subject: [PATCH] Document new tags --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b3fe45..f6d9062 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,23 @@ There is also full support for multi-server setups with automation to link all s 4. Place all these files in the same folder and configure .env and the yml files as you please. 5. Run `docker-compose up -d` to start. -NOTE: The default docker-compose.yml files use the `latest` tag which runs the latest nightly builds of ZoneMinder. -This is the bleeding edge and is not recommended for production! +NOTE: The default docker-compose.yml files use the `latest` tag which runs the latest release build of ZoneMinder. ## Defining a Version 1. Replace `latest` in the `docker-compose.yml` file with any ZoneMinder version you would like to run. You can find all available releases [here](https://github.com/zoneminder-containers/zoneminder-base/releases). Ex. `1.36.1` - + Note: For those new to Docker, these values are known as the container tag. +### Available Tags + +- `branch_name`: This is the branch name of this repository, not Zoneminder. +- `release`: References the latest release +- `latest`: Same as release +- `nightly`: Nightly builds from master on Zoneminder + ## Updates 1. Replace the tag with the new version to update to, or for `latest`, simply continue to the next step.