Skip to content
Marie edited this page Apr 25, 2022 · 5 revisions

Installation using docker

  1. Install the docker image using docker pull ondolin/gotify-matrix-bot:latest
  2. Create a folder and a config.yaml inside it (Take a look at the config file wiki for more detailed information)
  3. Create a file called messageTamplate.md in the folder. The recommended content for the file is:
### [TITLE]

[MESSAGE]
  1. Run docker run --rm -d --name gotify-matrix-bot -v $(pwd):/data:z ondolin/gotify-matrix-bot
Clone this wiki locally