Danke, der Hinweis war super. Habe es in der Doku von brutella nicht verstanden. Wusste nicht, wie ich die Variablen setze. Das habe ich nun herausgefunden.
So hats funktioniert und hkknx läuft auf Port 8081 auf dem QNAP in der Container Station:
So hats funktioniert und hkknx läuft auf Port 8081 auf dem QNAP in der Container Station:
Code:
services: hkknx: container_name: "hkknx" volumes: - /share/CACHEDEV1_DATA/Container/hkknx/db:/db hostname: "hkknx" image: "brutella/hkknx:latest" network_mode: "host" environment: PORT: 8081 restart: "unless-stopped"
Kommentar