fix jellyseerr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user