Skip to content

Commit

Permalink
Running in docker requires a few extra configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrin committed Feb 3, 2022
1 parent 9f2b3a7 commit 97598c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: ghcr.io/scrin/ruuvi-go-gateway
container_name: ruuvi-go-gateway
restart: unless-stopped
cap_add:
- NET_ADMIN
network_mode: host
devices:
- "/dev/bus/usb/002/001:/dev/bus/usb/002/001" # your correct bluetooth adapter
volumes:
Expand Down

0 comments on commit 97598c6

Please sign in to comment.