homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Cant deploy the Stack -> Error #448

Closed pillemats closed 2 years ago

pillemats commented 2 years ago

Current Situation

i am using my Hassio on my 32GB VM image on ESXI and want to install the image with config below.

everytime i want to deploy the stack i get the following error and i dont know how to fix it

Bildschirmfoto 2022-06-07 um 19 48 09

Hopefully somone can help and explain how to fix

thanks

Docker Config

version: '2'
services:
  homebridge:
    image: oznu/homebridge:ubuntu
    restart: always
    network_mode: host
    environment:
      - PGID=1000
      - PUID=1000
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
      - TZ=Europe/Berlin
    volumes:
      - ./volumes/homebridge:/homebridge

Logs

No response

Host Operating System

ESXI Base Hass.io as ESXI Image .ova

Host Architecture

x86_64 / amd64

i cant realy read the error but maybe it is an problem of the data rights? how can i change it in vm?

pillemats commented 2 years ago

I cant Follow you.

should i try your config to create the docker Image ?

Sorry i am a totally noob in docker

oznu commented 2 years ago

Follow the portainer guide: https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-Portainer