From 5fbda79dbe8a5f3337e23692d2612c10031add94 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:21:13 -0400 Subject: [PATCH] Remove erroneous backtick --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 83f0fcc31..d6f5a3c65 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: # Using `latest` may cause unintended updates to the container image: triliumnext/notes:latest # Restart the container unless it was stopped by the user - restart: unless-stopped` + restart: unless-stopped environment: - TRILIUM_DATA_DIR=/home/node/trilium-data ports: