mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +02:00
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:
parent
2cc181d1ac
commit
83833e668c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user