mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-08 13:21:34 -05:00
Update docker-compose.yml
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
12f1e22e3f
commit
0cf3677902
@ -40,7 +40,5 @@ services:
|
||||
- ./data/certbot/conf:/etc/letsencrypt
|
||||
- ./data/certbot/www:/var/www/certbot
|
||||
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
||||
security_opt:
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
Loading…
Reference in New Issue
Block a user