chore(deps): update ghcr.io/sct/overseerr docker tag to v1.33.2
Some checks reported warnings
Lint / lint (push) Has been cancelled
Plex Update / update (push) Has been cancelled

This commit is contained in:
Renovate Bot 2023-07-28 14:00:24 +00:00
parent a9ebb8425c
commit bf55b9b2b4

View file

@ -2,7 +2,7 @@ _: {
networking.firewall.allowedTCPPorts = [ 5055 ];
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers.containers.overseerr = {
image = "ghcr.io/sct/overseerr:1.33.1";
image = "ghcr.io/sct/overseerr:1.33.2";
environment = { TZ = "Europe/Amsterdam"; };
ports = [ "5055:5055" ];
volumes = [ "/var/lib/overseerr/config:/app/config" ];