From 5aff8339567b9fb7f4a58479659fb9bf78c14a4c Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Wed, 27 Oct 2021 21:51:38 -0400 Subject: [PATCH] fixed heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 932c7c3..a0923fe 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Using Ices2 and Icecast2, the goal is to build a simple, single container deploy ```bash docker run -p 8000:8000 -e ICES_NAME=Seanland -e ICECAST_ADMIN_USER=seanland -e ICECAST_ADMIN_EMAIL=me@seanland.ca -e ICECAST_ADMIN_PASSWORD=seanland -v d:/music:/media -t docker-one-container-radio:latest ``` -## Support Environment Variables +## Supported Environment Variables | Variable | Type | Description | |--------------|:-----:|:-----:| | ICES_NAME | Str | Public Name of the Stream |