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

Exposing port 8000 #540

Closed holocronology closed 5 months ago

holocronology commented 6 months ago

Current Situation

Docker-Homebridge appears to have co-opted port 8000 and exposes is when running. There does not appear to be any notation about this in the documentation. Is this intended and why? Shouldn't think noted somewhere?

Docker Config

version: '3'
services:
  homebridge:
    image: homebridge/homebridge:latest
    container_name: homebridge
    restart: always
    network_mode: host
    security_opt:
      - no-new-privileges:true
    ports:
      - 8581:8581
    environment:
      - PGID=xxxx
      - PUID=xxxx
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
      - TZ=America/New_York
      - DSM_HOSTNAME=xxxx
    volumes:
      - /volume1/docker/homebridge:/homebridge
      # - /volume1/data/sites/static/cams:/cams
    healthcheck:
      test: curl --fail xxxx:8581 || exit 1
      interval: 60s
      retries: 5
      start_period: 300s
      timeout: 2s

Logs

No response

Host Operating System

Synology DSM 7

Host Architecture

x86_64 / amd64

NorthernMan54 commented 6 months ago

What is listening on that port ? If you use your browser and connect to the port, what do you see ?

github-actions[bot] commented 5 months 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.

github-actions[bot] commented 5 months ago

This issue has been closed as no further activity has occurred.