mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2025-01-02 13:01:33 -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:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
cap_add:
|
cap_add:
|
||||||
- CAP_NET_BIND_SERVICE
|
|
||||||
- CHOWN
|
- CHOWN
|
||||||
- SETUID
|
- SETUID
|
||||||
- SETGID
|
- SETGID
|
||||||
@ -41,4 +40,4 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
Loading…
Reference in New Issue
Block a user