Add documentation to the Compose sample file.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-12-17 23:46:10 -06:00
parent 306826084b
commit 6a616b8cb4
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,14 @@
#
# AzuraCast Docker Compose Configuration File
#
# When updating, you will be prompted to replace this file with a new
# version; you should do this whenever possible to take advantage of
# new updates.
#
# If you need to customize this file, you can create a new file named:
# docker-compose.override.yml
# with any changes you need to make.
#
version: '2.2'
services:
@ -25,6 +36,8 @@ services:
nginx:
image: azuracast/azuracast_nginx:latest
# Want to customize the HTTP/S ports? Follow the instructions here:
# https://github.com/AzuraCast/AzuraCast/blob/master/SUPPORT.md#use-non-standard-ports
ports:
- '${AZURACAST_HTTP_PORT:-80}:80'
- '${AZURACAST_HTTPS_PORT:-443}:443'