Update docker-compose.yml with new container image (#6263)

This commit is contained in:
Elian Doran 2025-07-08 21:33:51 +03:00 committed by GitHub
commit b3a156c20d
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: