mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-08 13:21:34 -05:00
Fix capabilities
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a8e7911514
commit
12f1e22e3f
@ -18,6 +18,8 @@ services:
|
||||
cap_add:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CHOWN
|
||||
- SETUID
|
||||
- SETGID
|
||||
nginx-relay:
|
||||
build: ./nginx-relay/
|
||||
restart: unless-stopped
|
||||
@ -28,6 +30,9 @@ services:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- SETUID
|
||||
- SETGID
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
restart: unless-stopped
|
||||
@ -39,5 +44,3 @@ services:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
|
Loading…
Reference in New Issue
Block a user