添加 iStore/sun-panel/docker-compose.yaml

This commit is contained in:
kun
2026-07-24 20:02:46 +08:00
parent fc0f5d126c
commit 559bb0ed01
+13
View File
@@ -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