Add /proc to BindReadOnlyPaths for LXC
This commit is contained in:
parent
88bdb77e83
commit
331eeab3a1
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ systemd = {
|
|||
'RootDirectory': f"{undocker['app_dst']}",
|
||||
'ReadWritePaths': '+/etc/linkding',
|
||||
'BindPaths': f"{data_directories[0]}:/etc/linkding/data",
|
||||
'BindReadOnlyPaths': '/etc/resolv.conf /etc/hosts',
|
||||
'BindReadOnlyPaths': '/etc/resolv.conf /etc/hosts /proc',
|
||||
'ExecStart': '/etc/linkding/bootstrap.sh',
|
||||
}
|
Reference in a new issue