Commit bf0b66d9 authored by nanahira's avatar nanahira

fix

parent 184d2c33
...@@ -287,7 +287,7 @@ class InventoryBuilder { ...@@ -287,7 +287,7 @@ class InventoryBuilder {
cap_add: ['NET_ADMIN'], cap_add: ['NET_ADMIN'],
devices: ['/dev/net/tun:/dev/net/tun'], devices: ['/dev/net/tun:/dev/net/tun'],
volumes: [ volumes: [
'./ocserv/ocserv.conf:/etc/ocserv.conf:ro', './ocserv/ocserv.conf:/etc/ocserv/ocserv.conf:ro',
'./ocserv/config-per-user:/etc/ocserv/config-per-user:ro', './ocserv/config-per-user:/etc/ocserv/config-per-user:ro',
'./ocserv/env-per-user:/etc/ocserv/env-per-user:ro', './ocserv/env-per-user:/etc/ocserv/env-per-user:ro',
'./ocserv/ocpasswd:/etc/ocserv/ocpasswd:ro', './ocserv/ocpasswd:/etc/ocserv/ocpasswd: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