Created
March 25, 2020 11:40
-
-
Save CaseyRo/7c3cd9ac99135f7ffb9e2a5164c8f11b to your computer and use it in GitHub Desktop.
Markdium-
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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