update params based on recent docker changes

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-07 09:28:40 -04:00
parent 8e5f616596
commit 47f389100a
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -55,11 +55,11 @@ in
overseerr = {
image = "lscr.io/linuxserver/overseerr";
environment = {
PUID = "998";
PUID = "600";
PGID = "100";
TZ = "America/New_York";
};
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
volumes = [ "${vars.media_docker_configs}/overseerr:/config" ];
# TODO: remove ports later since this is going through web
ports = [ "5055:5055" ]; # Web UI port
dependsOn = [