Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 305 Bytes

PodcastMaker

Configure

Run

Docker Run

    make docker-build
    docker run -d -p 8888:80 -v $(pwd)/config.yaml:/config.yaml -v $(pwd)/downloads:/downloads --name podcastmaker floge77/podcastmaker

Docker-Compose

    make docker-build
    docker-compose up -d