revert spacing to what it was before

This commit is contained in:
slashtechno 2024-08-08 09:06:40 -04:00
parent 4bc24246ab
commit b7ce4d04ba
No known key found for this signature in database
GPG Key ID: 8EC1D9D9286C2B17

View File

@ -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: