qol and scan fixes

This commit is contained in:
Shiro-Nek0
2026-02-26 23:29:45 -03:00
parent 43b2a9e2d5
commit 0f9966d224
2 changed files with 39 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ docker run -d \
-v $(pwd)/sekipos/db:/app/db \
-v $(pwd)/sekipos/static/cache:/app/static/cache \
--name sekipos-server \
--restart unless-stopped \
sekipos:latest
```