Closed Vligsu closed 2 years ago
I'm run it in a swarm cluster like this :
version: "3"
services:
kodi:
image: celedhrim/kodi-server:matrix
ports:
- 8089:8089
- 9090:9090
- 9777:9777/udp
volumes:
- /home/kodi/server-profiles/current:/usr/share/kodi/portable_data
maybe you miss some ports ?
@Celedhrim, thanks for your reply. I'll check it and report back in a few days.
Hello celedhrim, hello everyone!
I'm trying to get it running with docker-compose via Portainer, but with no success so far. Though no error messages in logs, the UPnP device does not show up. Loos like container does not check the "/path/to/kodi-server-profile".
Docker-compose yaml:
Container logs:
What do I miss? Any help appreciated :)