Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5fbda79

Browse files
committed
Remove erroneous backtick
1 parent b7ce4d0 commit 5fbda79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# Using `latest` may cause unintended updates to the container
88
image: triliumnext/notes:latest
99
# Restart the container unless it was stopped by the user
10-
restart: unless-stopped`
10+
restart: unless-stopped
1111
environment:
1212
- TRILIUM_DATA_DIR=/home/node/trilium-data
1313
ports:

0 commit comments

Comments
 (0)