Skip to content

Instantly share code, notes, and snippets.

@carlosonunez
Last active September 12, 2023 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosonunez/b286e7d8715a9f29f442f1ab1f93ac09 to your computer and use it in GitHub Desktop.
Save carlosonunez/b286e7d8715a9f29f442f1ab1f93ac09 to your computer and use it in GitHub Desktop.
HomeBridge Docker Compose
version: '2'
services:
homebridge:
image: homebridge/homebridge
container_name: homebridge
restart: always
network_mode: host
environment:
- TZ=America/Chicago
- PGID=1000
- PUID=1000
- HOMEBRIDGE_CONFIG_UI=1
- HOMEBRIDGE_CONFIG_UI_PORT=8581
volumes:
- ./homebridge:/homebridge
logging:
driver: json-file
options:
max-size: "10mb"
max-file: "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment