添加 SunPanel
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
98f99248bc
commit
005c39168c
14
SunPanel
Normal file
14
SunPanel
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
sun-panel:
|
||||
image: "hslr/sun-panel:latest"
|
||||
container_name: sun-panel
|
||||
volumes:
|
||||
- ./conf:/app/conf
|
||||
- /var/run/docker.sock:/var/run/docker.sock # 挂载docker.sock
|
||||
# - ./runtime:/app/runtime # 挂载日志目录
|
||||
# - /mnt/sata1-1:/os # 硬盘挂载点(根据自己需求修改)
|
||||
ports:
|
||||
- 3002:3002
|
||||
restart: always
|
Loading…
x
Reference in New Issue
Block a user