From 46b211bbc7e142687a79ea576cc26b325534365e Mon Sep 17 00:00:00 2001 From: aiyimickey <39365912+aiyimickey@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84=EF=BC=9Aconf.d/=20=E5=AD=90=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=20docker-compose.yml=20volume=20=E6=8C=82?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 灾难恢复流程: git clone → docker compose up -d → 服务恢复 --- letsencrypt.conf => conf.d/letsencrypt.conf | 0 token-tlyq.conf => conf.d/token-tlyq.conf | 0 token-tuling.conf => conf.d/token-tuling.conf | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename letsencrypt.conf => conf.d/letsencrypt.conf (100%) rename token-tlyq.conf => conf.d/token-tlyq.conf (100%) rename token-tuling.conf => conf.d/token-tuling.conf (100%) diff --git a/letsencrypt.conf b/conf.d/letsencrypt.conf similarity index 100% rename from letsencrypt.conf rename to conf.d/letsencrypt.conf diff --git a/token-tlyq.conf b/conf.d/token-tlyq.conf similarity index 100% rename from token-tlyq.conf rename to conf.d/token-tlyq.conf diff --git a/token-tuling.conf b/conf.d/token-tuling.conf similarity index 100% rename from token-tuling.conf rename to conf.d/token-tuling.conf