diff --git a/README.md b/README.md index 39db4b4..1b4b7ea 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # One Container Radio -Using Ices2 and Icecast, the goal is to build a simple, single container deployment. One should be able to fill few parameters and direct the container to a music folder or share giving them a basic self hosted random music stream. (Reword) +Using Ices2 and Icecast2, the goal is to build a simple, single container deployment. One should be able to fill few parameters and direct the container to a music folder or share giving them a basic self hosted random music stream. (Reword) -__ Note: Usernames / Passwords are defaulted currently. Change them if you decide to use this... +** Note: Usernames / Passwords are defaulted currently. Change them if you decide to use this... ** -__Warning: Work in progress, Docker experimenting. Please improve if you would like! Thanks :) __ +** Warning: Work in progress, Docker experimenting. Please improve if you would like! Thanks :) ** ## Usage ## - Set the port @@ -19,12 +19,12 @@ docker run -p 8080:8000 -v d:/music:/media -t docker-one-container-radio:latest ``` ## To Do ## - - [] Update parameters for username and passwords - - [] Add Customizations - - [] Update Readme - - [] Add Parameters - - [] Build Docker Compose (other forms to deploy) - - [] Modify exposed volumes for log access / addition information + - [ ] Update parameters for username and passwords + - [ ] Add Customizations + - [ ] Update Readme + - [ ] Add Parameters + - [ ] Build Docker Compose (other forms to deploy) + - [ ] Modify exposed volumes for log access / addition information ## Influenced By: ## The below repositories helped shape this repo; please check them out.