1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-10-17 21:05:13 -04:00

Remove unnecessary capability

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-12-27 20:08:21 -05:00 committed by GitHub
parent 07aa9cf08e
commit a2149a6683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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