files/docker-compose/SunPanel
zhao 003e5a8c78 添加 docker-compose/SunPanel
Signed-off-by: zhao <zhao@noreply.localhost>
2025-01-24 01:08:10 +08:00

14 lines
396 B
Plaintext

version: "3.2"
services:
sun-panel:
image: "hslr/sun-panel:latest"
container_name: sun-panel
volumes:
- /opt/sunpanel:/app/conf
- /var/run/docker.sock:/var/run/docker.sock # 挂载docker.sock
# - ./runtime:/app/runtime # 挂载日志目录
# - /mnt/sata1-1:/os # 硬盘挂载点(根据自己需求修改)
ports:
- 3002:3002
restart: always