Commit 37fc528b authored by 神楽坂玲奈's avatar 神楽坂玲奈

privilege

parent c0f76b4d
...@@ -150,15 +150,14 @@ class InventoryBuilder { ...@@ -150,15 +150,14 @@ class InventoryBuilder {
restart: 'always', restart: 'always',
image: 'git-registry.mycard.moe/nanahira/docker-bird', image: 'git-registry.mycard.moe/nanahira/docker-bird',
network_mode: 'host', network_mode: 'host',
cap_add: ['NET_ADMIN', 'NET_BROADCAST', 'NET_RAW'], cap_add: ['NET_ADMIN'],
volumes: ['./bird.conf:/etc/bird/bird.conf:ro'] volumes: ['./bird.conf:/etc/bird/bird.conf:ro']
}, },
babeld: { babeld: {
restart: 'always', restart: 'always',
privileged: true,
image: 'git-registry.mycard.moe/railgun/babeld', image: 'git-registry.mycard.moe/railgun/babeld',
network_mode: 'host', network_mode: 'host',
cap_add: ['NET_ADMIN', 'NET_BROADCAST', 'NET_RAW'], cap_add: ['NET_ADMIN'],
volumes: ['./babeld.conf:/etc/babeld.conf:ro'] 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