Skip to content

Commit

Permalink
Update Usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 3, 2024
1 parent 58bcee4 commit 0a7957e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile_Process
Original file line number Diff line number Diff line change
Expand Up @@ -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'
#

Expand Down

0 comments on commit 0a7957e

Please sign in to comment.