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

Fix SSL Renewal

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-12-26 10:35:48 -05:00
parent de258d0ec2
commit 07aa9cf08e
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -10,7 +10,6 @@ services:
- ./data/certbot/www:/var/www/certbot:Z
ports:
- "443:443"
- "80:80"
security_opt:
- no-new-privileges:true
cap_drop:
@ -38,8 +37,8 @@ services:
volumes:
- ./data/certbot/conf:/etc/letsencrypt:Z
- ./data/certbot/www:/var/www/certbot:Z
ports:
- "80:80"
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
- no-new-privileges:true