fix containers
This commit is contained in:
parent
d309615737
commit
4be4bfe67c
2 changed files with 4 additions and 31 deletions
|
|
@ -23,11 +23,13 @@
|
|||
];
|
||||
service.volumes = [
|
||||
"/config/qbittorrent:/config"
|
||||
"/data/torrents:/torrents"
|
||||
"/data/torrents:/data/torrents"
|
||||
];
|
||||
service.environment = {
|
||||
WEBUI_PORT = 8080;
|
||||
TORRENTING_PORT = 6881;
|
||||
PUID = 0;
|
||||
PGID = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue