Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 12, 2020 20:59
Show Gist options
  • Save dnburgess/75b0fe8852032b686294e6bc35f7a0e2 to your computer and use it in GitHub Desktop.
Save dnburgess/75b0fe8852032b686294e6bc35f7a0e2 to your computer and use it in GitHub Desktop.
DB Tech Homebridge
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