This commit is contained in:
Qwerty 2024-08-25 00:55:19 +03:00
parent 6c89025327
commit b2e892a6a6

View File

@ -18,6 +18,6 @@ services:
volumes:
- ./certs:/etc/letsencrypt
- ./html:/var/www/html
command: certonly --webroot --webroot-path=/var/www/html --email prbigoon@gmail.com --agree-tos --staged --no-eff-email -d git.evil-bird.ru
command: certonly --webroot --webroot-path=/var/www/html --email prbigoon@gmail.com --agree-tos --staging --no-eff-email -d git.evil-bird.ru
depends_on:
- nginx