Commit c6e4dd5e authored by nanahira's avatar nanahira

fix

parent 377d1742
......@@ -214,7 +214,8 @@ class InventoryBuilder {
image: 'git-registry.mycard.moe/railgun/gateways-monitor',
network_mode: 'host',
cap_add: ['NET_ADMIN'],
volumes: ['./route-plans:/usr/src/app/route-plans:ro']
volumes: ['./route-plans:/usr/src/app/route-plans:ro'],
command: '/usr/src/app/gateway-monitor.sh'
},
babeld: {
restart: 'always',
......
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