https://github.com/crazyoptimist/shoutcast-server
Shoutcast Server Deployment Using Docker
https://github.com/crazyoptimist/shoutcast-server
Last synced: 5 days ago
JSON representation
Shoutcast Server Deployment Using Docker
- Host: GitHub
- URL: https://github.com/crazyoptimist/shoutcast-server
- Owner: crazyoptimist
- License: mit
- Created: 2020-02-19T05:14:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T19:53:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T22:59:03.115Z (5 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoutcast Service Deployment Using Docker Compose
## HOW TO
Let's keep it dead simple.
```bash
docker-compose build
docker-compose up -d
```
Use the nginx.conf file to exchange your http block and to add the stream block in `/etc/nginx/nginx.conf`.
```bash
vim /etc/nginx/nginx.conf
# exchange your http block and add the stream block
```## LICENSE
MIT
## GOOD TO KNOW
Admin username for web admin panel access: `admin`
Admin password can be found(adminpassword) in `sc_serv.conf` and be modified.
Stream password can be found(password) in `sc_serv.conf` and be modified.
Happy streaming!