fixed link to docs/compose
This commit is contained in:
parent
13e94f4a51
commit
04dbfdf86c
2 changed files with 1 additions and 3 deletions
|
@ -117,7 +117,7 @@ docker run \
|
|||
```
|
||||
### Compose templates
|
||||
|
||||
There are a few docker-compose templates in the [docs/compose](docs/compose/) directory that can downloaded and used as starting points.
|
||||
There are a few docker-compose templates in the [docs/compose](https://github.com/broodjeaap/go-watch/tree/master/docs/compose) directory that can downloaded and used as starting points.
|
||||
For example, if you want to set up GoWatch with Browserless, Apprise and a PostgreSQL database backend:
|
||||
`wget https://raw.githubusercontent.com/broodjeaap/go-watch/master/docs/compose/apprise-browserless-postgresql.yml -O ./docker-compose.yml`
|
||||
|
||||
|
|
2
todo.md
2
todo.md
|
@ -1,11 +1,9 @@
|
|||
# Todo
|
||||
- comments
|
||||
- add kube yaml example?
|
||||
- lua snippets
|
||||
- basic auth
|
||||
- post
|
||||
- browserless?
|
||||
- xpath
|
||||
- json
|
||||
- add index to docs/compose to fix link in pages
|
||||
- safe escape {{ }} for pages
|
Loading…
Add table
Reference in a new issue