Skip to content

Commit

Permalink
feat(arm-vps): update to pocket-id 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Feb 14, 2025
1 parent 57285e4 commit 4e17c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pocket-id/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in {
};

virtualisation.oci-containers.containers."pocket-id" = {
image = "ghcr.io/stonith404/pocket-id:latest";
image = "ghcr.io/pocket-id/pocket-id:v0.32.0";
ports = ["127.0.0.1:${toString cfg.port}:8100"];
volumes = ["${cfg.stateDir}:/app/backend/data"];
environment = {
Expand Down

0 comments on commit 4e17c1b

Please sign in to comment.