From b2e892a6a6ff1e16caadd77a06e673d9cb345bd9 Mon Sep 17 00:00:00 2001 From: Qwerty Date: Sun, 25 Aug 2024 00:55:19 +0300 Subject: [PATCH] fix --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c1bfea7..b6acc90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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