From 04dbfdf86c6e678b2cdbb913ce481b3af4ae5daf Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 14 Jan 2023 13:36:17 +0000 Subject: [PATCH] fixed link to docs/compose --- README.md | 2 +- todo.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ea2a640..af5a972 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/todo.md b/todo.md index 49eb741..0d6ac24 100644 --- a/todo.md +++ b/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 \ No newline at end of file