Updated Installing using Docker (recommended!) (markdown) authored by Simon's avatar Simon
...@@ -30,7 +30,8 @@ A change needs to be made to the docker config for openbridge to work correctly: ...@@ -30,7 +30,8 @@ A change needs to be made to the docker config for openbridge to work correctly:
edit /etc/freedmr/freedmr.cfg with your favourite editor: edit /etc/freedmr/freedmr.cfg with your favourite editor:
`[GLOBAL] `
[GLOBAL]
PATH: ./ PATH: ./
PING_TIME: 10 PING_TIME: 10
MAX_MISSED: 3 MAX_MISSED: 3
...@@ -85,4 +86,5 @@ TARGET_IP: ...@@ -85,4 +86,5 @@ TARGET_IP:
TARGET_PORT: 62044 TARGET_PORT: 62044
USE_ACL: True USE_ACL: True
SUB_ACL: DENY:1 SUB_ACL: DENY:1
TGID_ACL: PERMIT:ALL` TGID_ACL: PERMIT:ALL
`