Releases: mathiasbenner/KodiNet
Releases · mathiasbenner/KodiNet
Docker ready
Release for Docker
Download the zip archive containing two files:
.env.exampleto copy as.envand modify with your own properties;docker-compose.ymlto pull and prepare the project.
Place those two files in a folder, open a terminal, and type:
Linux
cp .env.example .env
nano .env
Windows
copy .env.example .env
edit .env
Modify with your own values, then quit and type:
docker compose up -d