Rebuild UI for master-slave file distribution

This commit is contained in:
liumangmang
2026-03-10 18:08:07 +08:00
parent 0c443b029d
commit cbb0d42a46
5 changed files with 1164 additions and 626 deletions

View File

@@ -8,8 +8,8 @@ services:
- "48081:48081"
volumes:
# 默认映射到用户家目录Linux/Mac 为 $HOME未设置时为当前目录
- ${HOME:-.}/sftp-manager/data:/app/data
- ${HOME:-.}/sftp-manager/logs:/app/logs
- ./docker/data:/app/data
- ./docker/logs:/app/logs
environment:
- SPRING_PROFILES_ACTIVE=prod
restart: unless-stopped