添加 iStore/sun-panel/docker-compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user