Hotfix: Dockerfile log file perm

This commit is contained in:
Mukhtar Akere
2025-02-01 03:05:42 +01:00
parent 1b9b7e203e
commit bca96dd858
3 changed files with 10 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ func NewQBit(config *common.Config, deb *debrid.DebridService, logger zerolog.Lo
DownloadFolder: cfg.DownloadFolder,
Categories: cfg.Categories,
Debrid: deb,
Storage: NewTorrentStorage("torrents.json"),
Storage: NewTorrentStorage("/app/torrents.json"),
logger: logger,
Arrs: arrs,
RefreshInterval: refreshInterval,