docs: fix tiny typo

This commit is contained in:
Panagiotis Papadopoulos 2025-04-14 19:43:58 +02:00
parent 77ec3e2170
commit c76439a35f

View File

@ -50,7 +50,7 @@ Trilium requires a directory on the host system to store its data. This director
#### Local Access Only #### Local Access Only
Run the container to make it accessible only from the localhost. This setup is suitable for testing or when using a prox ay server like Nginx or Apache. Run the container to make it accessible only from the localhost. This setup is suitable for testing or when using a proxy server like Nginx or Apache.
``` ```
sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:[VERSION] sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:[VERSION]