ErsatzTV-Filler Installation (Docker)
Docker Install
-
Download the latest container image
docker pull liam2003/ersatztv-filler
-
Create Directories to store container data
-
Create a directory to store configuration data
mkdir /path/to/config
-
Create a directory to store custom audio files (if not using an existing audio location)
mkdir /path/to/audio
-
Create a directory to store logs
mkdir /path/to/logs
-
Create a directory to store output files
mkdir /path/to/output
-
-
Create and run a container
sudo docker run -d \ --name ersatztv-filler \ -e TZ=Australia/Melbourne \ -p 8408:8408 \ -v /path/to/config:/app/config \ -v /path/to/themes:/app/themes \ -v /path/to/audio:/audio:ro \ -v /path/to/logs:/app/logs \ -v /path/to/output:/output \ --restart unless-stopped \ liam2003/ersatztv-filler
Note: Please note there are no explicit output or audio locations set in docker, these will need to be set in the config page but the paths above are a good reference point