Skip to content

Instantly share code, notes, and snippets.

@karoltheguy
Created December 29, 2023 23:09
Show Gist options
  • Save karoltheguy/967b4339cc00723f620a82e8387076d7 to your computer and use it in GitHub Desktop.
Save karoltheguy/967b4339cc00723f620a82e8387076d7 to your computer and use it in GitHub Desktop.
Bitfocus-Companion StreamDeck container docker compose
services:
companion:
container_name: companion
image: ghcr.io/bitfocus/companion/companion:latest
ports:
- "8000:8000"
- "16622:16622"
- "28492:28492"
volumes:
- /dev/bus/usb:/dev/bus/usb
- /home/carol/dockers/companion:/companion
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment