Skip to content

Instantly share code, notes, and snippets.

@CaseyRo
Created March 25, 2020 11:40
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 CaseyRo/7c3cd9ac99135f7ffb9e2a5164c8f11b to your computer and use it in GitHub Desktop.
Save CaseyRo/7c3cd9ac99135f7ffb9e2a5164c8f11b to your computer and use it in GitHub Desktop.
Markdium-
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
- TZ=Europe/Berlin
- HOMEBRIDGE_DEBUG=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment