Created
August 12, 2020 20:59
-
-
Save dnburgess/75b0fe8852032b686294e6bc35f7a0e2 to your computer and use it in GitHub Desktop.
DB Tech Homebridge
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 | |
container_name: homebridge | |
restart: unless-stopped | |
network_mode: host | |
ports: | |
- 8181:8080 | |
volumes: | |
- /srv/HomeBridge:/homebridge | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
- HOMEBRIDGE_CONFIG_UI=1 | |
- HOMEBRIDGE_CONFIG_UI_PORT=8181 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment