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

Container restarting #486

Closed BlackDiceagain closed 1 year ago

BlackDiceagain commented 1 year ago

Current Situation

hi the container on my raspberry keeps restarting. the latest software is on it. "Restarting (111)" I get as a message. What can I do?

Docker Config

version: '2'
services:
  homebridge:
    image: oznu/homebridge:latest
    restart: always
    network_mode: host
    volumes:
      - ./config:/homebridge
    environment:
      - PGID=1000
      - PUID=1000
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8080

Logs

No response

Host Operating System

Raspberry Pi OS - Latest

Host Architecture

x86_64 / amd64

Slavoo97 commented 1 year ago

same problem here... rapsberry pi 4 4GB restarting all the time, cant get to the homebridge UI

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.