From 0a7957e84ecbddc966ad4876ab853ab05fd2c890 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Wed, 3 Jul 2024 17:51:22 +0300 Subject: [PATCH] Update Usage section --- docker/Dockerfile_Process | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile_Process b/docker/Dockerfile_Process index b25c19a7..864818df 100644 --- a/docker/Dockerfile_Process +++ b/docker/Dockerfile_Process @@ -5,13 +5,14 @@ # # Usage: # -# 1. AntMediaServer: Specify the name of the Ant Media Server zip file to complete the installation. +# * AntMediaServer: Specify the name of the Ant Media Server zip file to install that specify Ant Media Server version to the docker image # --build-arg AntMediaServer='ant-media-server.zip' # -# 2. LicenseKey: Assign your license key to this variable to complete the installation without needing a zip file. +# * LicenseKey: Set your license key to this variable to install the latest Ant Media Server automatically to the docker image without needing a zip file. If you use this LicenseKey variable, don't specify AntMediaServer variable (# --build-arg AntMediaServer='ant-media-server.zip' +) # --build-arg LicenseKey='your-license-key' # -# 3. InstallMediaPush: Set this variable to 'true' to enable headless Chrome on the server for recording and streaming web pages back to Ant Media Server. +# * InstallMediaPush: Set this variable to 'true' to enable headless Chrome on the server for recording and streaming web pages back to Ant Media Server. # --build-arg InstallMediaPush='true' #