Fix otbr deployemnt

This commit is contained in:
2025-12-30 12:58:06 +01:00
parent 708b26886b
commit 64ff87f587
3 changed files with 7 additions and 17 deletions

View File

@@ -1,20 +1,6 @@
version: "3.8"
services:
otbr:
image: openthread/border-router
container_name: otbr
network_mode: "host"
restart: always
cap_add:
- NET_ADMIN
devices:
- /dev/ttyUSB0:/dev/ttyACM0
- /dev/net/tun:/dev/net/tun
volumes:
- /var/lib/otbr:/data
env_file:
- otbr-env.list
mosquitto:
image: eclipse-mosquitto:latest