From 559bb0ed01ad11e0a8c4f2e050cc5604f7733cf6 Mon Sep 17 00:00:00 2001 From: kun Date: Fri, 24 Jul 2026 20:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20iStore/sun-panel/docker-co?= =?UTF-8?q?mpose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iStore/sun-panel/docker-compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 iStore/sun-panel/docker-compose.yaml diff --git a/iStore/sun-panel/docker-compose.yaml b/iStore/sun-panel/docker-compose.yaml new file mode 100644 index 0000000..b078b68 --- /dev/null +++ b/iStore/sun-panel/docker-compose.yaml @@ -0,0 +1,13 @@ +services: + sun-panel: + image: "hslr/sun-panel:latest" + container_name: sun-panel + volumes: + # 本地卷宗挂载 + - /mnt/sata2-4/docker_data/sun-panel/conf:/app/conf + # 本地日志挂载 + - /mnt/sata2-4/docker_data/sun-panel/runtime:/app/runtime + - /var/run/docker.sock:/var/run/docker.sock # 挂载docker.sock + ports: + - 1100:3002 + restart: always \ No newline at end of file