Commit c62c04b5 authored by nanahira's avatar nanahira

fix babeld perm

parent 61290966
......@@ -165,7 +165,8 @@ class InventoryBuilder {
restart: 'always',
image: 'git-registry.mycard.moe/railgun/babeld',
network_mode: 'host',
cap_add: ['NET_ADMIN'],
//cap_add: ['NET_ADMIN'],
privileged: true,
volumes: ['./babeld.conf:/etc/babeld.conf:ro']
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment