mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-17 17:41:32 -05:00
Remove unnecessary capability
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
07aa9cf08e
commit
a2149a6683
@ -15,7 +15,6 @@ services:
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CHOWN
|
||||
- SETUID
|
||||
- SETGID
|
||||
@ -41,4 +40,4 @@ services:
|
||||
- "80:80"
|
||||
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- no-new-privileges:true
|
||||
|
Loading…
Reference in New Issue
Block a user