From 07ffedf77472d4962add019034e695c5cdfe97d7 Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Sat, 16 Oct 2021 11:45:45 -0400 Subject: [PATCH] fixed checkboxes, added description --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a655ce8..932c7c3 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ docker run -p 8000:8000 -e ICES_NAME=Seanland -e ICECAST_ADMIN_USER=seanland -e ## Support Environment Variables | Variable | Type | Description | |--------------|:-----:|:-----:| -| ICES_NAME | Str | -| ICECAST_ADMIN_USER | Str | -| ICECAST_ADMIN_EMAIL | Str | -| ICECAST_ADMIN_PASSWORD | Str | +| ICES_NAME | Str | Public Name of the Stream | +| ICECAST_ADMIN_USER | Str | Icecast Admin Username | +| ICECAST_ADMIN_EMAIL | Str | Icecast Admin Email | +| ICECAST_ADMIN_PASSWORD | Str | Icecast Admin Password | ## To Do ## - - [ x ] Update parameters for username and passwords + - [x] Update parameters for username and passwords - [ ] Add Customizations - - [ x ] Update Readme - - [ x ] Add Parameters + - [x] Update Readme + - [x] Add Parameters - [ ] Build Docker Compose (other forms to deploy) - [ ] Modify exposed volumes for log access / addition information