From 83833e668cb5b0dfbaaaf58acd3c094afc110e58 Mon Sep 17 00:00:00 2001 From: DeveloperCrocodiles Date: Tue, 8 Jul 2025 16:51:10 +0100 Subject: [PATCH] Update docker-compose.yml with new container image Update docker-compose.yml to use the new container image triliumnext/trilium rather than triliumnext/notes. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 63f798bb9..ba9824c7c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: trilium: # Optionally, replace `latest` with a version tag like `v0.90.3` # Using `latest` may cause unintended updates to the container - image: triliumnext/notes:latest + image: triliumnext/trilium:latest # Restart the container unless it was stopped by the user restart: unless-stopped environment: