fickit/rsync: increase overall security
This commit is contained in:
parent
5e9e45da03
commit
5a144a26f9
4 changed files with 18 additions and 11 deletions
|
|
@ -1,2 +1,11 @@
|
|||
image: rsync
|
||||
network: true
|
||||
config:
|
||||
binds:
|
||||
- /root/.ssh:/root/.ssh
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
capabilities:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
pid: new
|
||||
ipc: new
|
||||
uts: new
|
||||
|
|
|
|||
Reference in a new issue