From d70af9d76c24dc37c0de5aa3a6f1a623bab31d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E6=80=80=E6=BA=90?= Date: Thu, 20 Apr 2023 17:35:49 +0800 Subject: [PATCH] fix --- compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/compose.yml b/compose.yml index 28af7da..095e74a 100644 --- a/compose.yml +++ b/compose.yml @@ -45,14 +45,6 @@ services: networks: backend: ipv4_address: ${NGINX_IP} - certbot: - image: certbot/certbot - volumes: - - ${WEB_ROOT_PATH}/www/:/var/www/certbot/:rw - - ./nginx/ssl/:/etc/letsencrypt/:rw - networks: - backend: - ipv4_address: ${CERTBOT_IP} certbot: image: certbot/certbot