We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f81732 commit a7e915eCopy full SHA for a7e915e
contrib/docker/docker-compose.yml
@@ -5,6 +5,7 @@ services:
5
image: twcmanager/twcmanager:latest
6
restart: always
7
devices:
8
+ - "/dev/bus/usb:/dev/bus/usb"
9
- "/dev/ttyUSB0:/dev/ttyUSB0"
10
ports:
11
- 80:80
@@ -14,3 +15,9 @@ services:
14
15
volumes:
16
- /etc/twcmanager:/etc/twcmanager
17
- /etc/localtime:/etc/localtime:ro
18
+ - /run/dbus:/run/dbus:ro
19
+ environment:
20
+ - DBUS_SYSTEM_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket
21
+ cap_add:
22
+ - CAP_NET_ADMIN # Required for managing network interfaces (Bluetooth uses these)
23
+ - CAP_NET_RAW # Required for raw network access (Bluetooth uses this)
0 commit comments