Skip to content

threesquared/docker-icecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Icecast

Docker Build Status Docker Pulls

Docker container to run an Icecast server

Usage

docker create \ --name=icecast \ -p 8000:8000 -v </path/to/config>:/icecast \ threesquared/icecast

Or with a docker-compose.yml file:

version: '2.1' services: icecast: image: threesquared/icecast:latest container_name: icecast ports: - 8000:8000 volumes: - "/path/to/config:/icecast"

About

Docker container to run an Icecast server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published