Skip to content

Commit b0b5baa

Browse files
committed
- feat(settings): Added database information display on settings page
- fix(settings): Fixed the issue of failed log cleaning - update(mask): Optimized the desensitization logic for domains in privacy mode - feat(version): Automatic update logic
1 parent 15475b7 commit b0b5baa

19 files changed

Lines changed: 681 additions & 546 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- ./db:/app/db
2222
# Persist file logs (optional but recommended)
2323
- ./logs:/app/logs
24-
restart: unless-stopped
24+
restart: unless-stopped # 自动更新依赖此 restart 策略:进程退出后由 Docker 自动拉起新版本
2525
healthcheck:
2626
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/health"]
2727
interval: 30s

0 commit comments

Comments
 (0)