feat: always have main domain have a cert

This commit is contained in:
Strix 2023-10-20 02:46:00 +02:00
parent db4f5eca5f
commit 25c797899b
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ services:
build: custom/nginx
environment:
CERTBOT_EMAIL: "webmaster@ixvd.net"
CERTBOT_DOMAINS: ""
CERTBOT_DOMAINS: "localhost"
ports:
- 80:80
- 443:443