fix jellyseerr

This commit is contained in:
mjallen18
2024-03-14 16:39:25 -05:00
parent 86f9254b40
commit 52aa4649a4

View File

@@ -9,7 +9,7 @@ in {
autoStart = cfg.autoStart;
image = cfg.image;
ports = [ "${cfg.port}:5055" ];
volumes = [ "${cfg.configPath}:/config" ];
volumes = [ "${cfg.configPath}:/app/config" ];
environment = {
PUID = cfg.puid;
PGID = cfg.pgid;