fix: domains as env

This commit is contained in:
Strix 2023-10-20 04:27:52 +02:00
parent b388105fb0
commit fa8abf4b2c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -7,7 +7,7 @@ services:
build: custom/nginx build: custom/nginx
environment: environment:
CERTBOT_EMAIL: "webmaster@ixvd.net" CERTBOT_EMAIL: "webmaster@ixvd.net"
# CERTBOT_DOMAINS: "link.ixvd.net,push.ixvd.net" CERTBOT_DOMAINS: "link.ixvd.net,push.ixvd.net,s.ixvd.net"
volumes: volumes:
- /srv/certbot/data:/etc/letsencrypt - /srv/certbot/data:/etc/letsencrypt
- /srv/certbot/other/www:/var/www/certbot - /srv/certbot/other/www:/var/www/certbot