mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
revert spacing to what it was before
This commit is contained in:
parent
4bc24246ab
commit
b7ce4d04ba
@ -1,15 +1,13 @@
|
|||||||
# TL;DR:
|
|
||||||
# Running `docker-compose up` will create/use the "trilium-data" directory in the user home
|
# Running `docker-compose up` will create/use the "trilium-data" directory in the user home
|
||||||
# Run `TRILIUM_DATA_DIR=/path/of/your/choice docker-compose up` to set a different directory
|
# Run `TRILIUM_DATA_DIR=/path/of/your/choice docker-compose up` to set a different directory
|
||||||
# To run in the background, use `docker-compose up -d`
|
# To run in the background, use `docker-compose up -d`
|
||||||
|
|
||||||
services:
|
services:
|
||||||
trilium:
|
trilium:
|
||||||
# Optionally, replace `latest` with a version tag like `v0.90.3`
|
# Optionally, replace `latest` with a version tag like `v0.90.3`
|
||||||
# Using `latest` may cause unintended updates to the container
|
# Using `latest` may cause unintended updates to the container
|
||||||
image: triliumnext/notes:latest
|
image: triliumnext/notes:latest
|
||||||
# Restart the container unless it was stopped by the user
|
# Restart the container unless it was stopped by the user
|
||||||
restart: unless-stopped
|
restart: unless-stopped`
|
||||||
environment:
|
environment:
|
||||||
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user