This Docker container provides a headless installation of the popular media center software, designed for users maintaining a centralized database. Running without a graphical interface consumes fewer resources while allowing you to trigger library updates via a web interface. It is perfect for setups utilizing a shared MySQL database across multiple devices.
Key benefits and features include:
services:
kodi-headless:
image: matthuisman/kodi-headless
container_name: kodi-headless
restart: always
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- ./config:/config
- ./media:/media
ports:
- 8080:8080
- 9090:9090
- 9777:9777/udp# No sensitive credentials are required for the default installation.
# Customize PUID, PGID, and TZ in the docker-compose.yml file if needed.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago