mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-17 17:41:32 -05:00
Expose Certbot ports
This commit is contained in:
parent
2fe26e3b8a
commit
79b96cad6e
@ -10,7 +10,7 @@ http {
|
||||
listen 80;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
alias /var/www/certbot/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@ services:
|
||||
- ./data/certbot/www:/var/www/certbot
|
||||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; /opt/nginx/sbin/nginx -s reload; done & /opt/nginx/sbin/nginx -c /etc/nginx/conf.d/nginx.conf -g \"daemon off;\"'"
|
||||
nginx-relay:
|
||||
build: ./nginx-relay/
|
||||
|
Loading…
Reference in New Issue
Block a user