Skip to content

Commit

Permalink
Update Trilium to 0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera committed Nov 4, 2023
1 parent f0bd078 commit 464ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/asiyah/trilium-memory-repository.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
in {

virtualisation.oci-containers.containers.memory-repository = {
image = "zadam/trilium:0.60-latest";
image = "zadam/trilium:0.61-latest";
ports = [ "127.0.0.1:${toString ports.trilium}:8080" ];
volumes = [ "/data/trilium:/home/node/trilium-data" ];
environment = { TZ = config.time.timeZone; };
Expand Down

0 comments on commit 464ab5e

Please sign in to comment.