更新 'docker-compose.yml'
This commit is contained in:
parent
e227262c43
commit
a8cfbc64b2
@ -4,6 +4,10 @@ services:
|
|||||||
asterisk:
|
asterisk:
|
||||||
image: onenetcom/asterisk
|
image: onenetcom/asterisk
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
cap_add:
|
||||||
|
- sys_ptrace # Only here to help testing
|
||||||
|
- net_admin # Allow NFT, used by AutoBan
|
||||||
|
- net_raw # Allow NFT, used by AutoBan
|
||||||
environment:
|
environment:
|
||||||
ASTERISK_USER: asterisk
|
ASTERISK_USER: asterisk
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user