Skip to content

Commit

Permalink
Merge pull request #203 from scruffynerf/fixStashWatcherDockerconfig
Browse files Browse the repository at this point in the history
Fixes spacing to close #196
  • Loading branch information
scruffynerf authored Dec 29, 2023
2 parents 08842f1 + fd2aeba commit bf62a6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/stash-watcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <path_to_stash-watcher_directory>
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: <path_to_stash-watcher_directory>
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
Expand Down

0 comments on commit bf62a6c

Please sign in to comment.