Update docker-compose.yml with new container image

Update docker-compose.yml to use the new container image triliumnext/trilium rather than triliumnext/notes.
This commit is contained in:
DeveloperCrocodiles 2025-07-08 16:51:10 +01:00 committed by GitHub
parent 2cc181d1ac
commit 83833e668c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: