From fd2aeba1165ee9036a57c04cce3c72dc3a2cc218 Mon Sep 17 00:00:00 2001 From: scruffynerf Date: Thu, 28 Dec 2023 23:23:58 -0500 Subject: [PATCH] Fixes spacing to close #196 --- scripts/stash-watcher/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/stash-watcher/README.md b/scripts/stash-watcher/README.md index 8dc518c..4c361ea 100644 --- a/scripts/stash-watcher/README.md +++ b/scripts/stash-watcher/README.md @@ -39,14 +39,14 @@ There is currently no published docker image, so you'll have to build it yoursel version: "3.4" services: stash-watcher: - container_name: stash-watcher - build: - volumes: - #This is only required if you have to modify config.toml (if the defaults are fine you don't have to map this file) - - ./config.toml:/config.toml:ro - #This is the path to your stash content. If you have multiple paths, map them here - - /stash:/data:ro - restart: unless-stopped + container_name: stash-watcher + build: + volumes: + #This is only required if you have to modify config.toml (if the defaults are fine you don't have to map this file) + - ./config.toml:/config.toml:ro + #This is the path to your stash content. If you have multiple paths, map them here + - /stash:/data:ro + restart: unless-stopped ``` Then you can run