From c63bdf348c0e06fbfb77ed0b7ca0b5539d67ce8e Mon Sep 17 00:00:00 2001 From: lelemm Date: Fri, 1 Mar 2024 15:45:00 -0300 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eeb2f0c..b5635af 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,8 @@ I have some webhooks from [N8N](https://n8n.io/) that are sent to [Gotify](https [config.yml](https://github.com/lelemm/confirm/blob/main/src/config.yml) # Installation -There is a [Dockerfile](https://github.com/lelemm/confirm/blob/main/src/Dockerfile) to work with. That's how I'm using it at my domain. +Use [docker-compose.yml](https://github.com/lelemm/confirm/blob/main/docker-compose.yml). +config.yml and views/ are not part of the docker image, so you should create a volume in the docker-compose.yml like in the example. # Usage In the config.yml, you have a dictionary of pages, the key is the alias from your URL, example the key "google" will create the link http://yourhost/google that will call the link at the key of this dictionary. There is an example at the config.yml from this project.