
Latest Docker Version Issue
I have setup Trilium in a docker container using the latest version.
services:
trilium:
image: triliumnext/notes:latest
container_name: trilium-notes
restart: unless-stopped
ports:
- 8081:8080
environment:
- TRILIUM_DATA_DIR=/home/node/trilium-data
- USER_UID=568
- USER_GID=568
volumes:
- ./trilium-data:/home/node/trilium-data
And then installed the latest Windows version off the Trilium website. But when I try to connect my desktop client to the server it says local version is 39 and the docker verison is 36.
Has anyone run into this before?