update params based on recent docker changes
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
8e5f616596
commit
47f389100a
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user