From dd2cb9665af8152a2fe6c4912b1d2e407b18ab7d Mon Sep 17 00:00:00 2001 From: ryjer Date: Thu, 14 Sep 2023 13:31:51 +0800 Subject: [PATCH] =?UTF-8?q?debian12=20=E6=8F=90=E4=BE=9B=E4=BA=86=20opentr?= =?UTF-8?q?acker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 9f8fcb9..3f6c85d 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm-slim # XDG目录规范 -ENV XDG_CONFIG_HOME=/config +ENV XDG_CONFIG_HOME=/etc/opentracker # 安装 curl 用于健康检查,并创建配置目录 RUN apt update -y\