chore(deps): update ghcr.io/sct/overseerr docker tag to v1.33.1
This commit is contained in:
parent
fd399aab2b
commit
7d9d749f20
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ _: {
|
||||||
networking.firewall.allowedTCPPorts = [ 5055 ];
|
networking.firewall.allowedTCPPorts = [ 5055 ];
|
||||||
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
|
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
|
||||||
virtualisation.oci-containers.containers.overseerr = {
|
virtualisation.oci-containers.containers.overseerr = {
|
||||||
image = "ghcr.io/sct/overseerr:1.33.0";
|
image = "ghcr.io/sct/overseerr:1.33.1";
|
||||||
environment = { TZ = "Europe/Amsterdam"; };
|
environment = { TZ = "Europe/Amsterdam"; };
|
||||||
ports = [ "5055:5055" ];
|
ports = [ "5055:5055" ];
|
||||||
volumes = [ "/var/lib/overseerr/config:/app/config" ];
|
volumes = [ "/var/lib/overseerr/config:/app/config" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue