From b55d17c821799f3a2d59d09cb4d883fa82d6f30c Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 30 Dec 2025 13:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9acme=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + docker-compose.yml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 58144c2..b59ea6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config/config.json +acme/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 262f9d1..c403b3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,11 +5,9 @@ services: restart: always network_mode: "host" volumes: - - acme:/acme + - ./acme:/acme - ./config/config.json:/etc/hysteria/config.json - ./key/server.crt:/etc/hysteria/server.crt - ./key/server.key:/etc/hysteria/server.key command: ["server", "-c", "/etc/hysteria/config.json"] - -volumes: - acme: + \ No newline at end of file