develop #1

Merged
Prygoon merged 8 commits from develop into master 2024-08-25 01:37:42 +03:00
Showing only changes of commit b2e892a6a6 - Show all commits

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