-
Notifications
You must be signed in to change notification settings - Fork 6
Docker
Marie edited this page Apr 25, 2022
·
5 revisions
- Install the docker image using
docker pull ondolin/gotify-matrix-bot:latest - Create a folder and a
config.yamlinside it (Take a look at the config file wiki for more detailed information) - Create a file called
messageTamplate.mdin the folder. The recommended content for the file is:
### [TITLE]
[MESSAGE]- Run
docker run --rm -d --name gotify-matrix-bot -v $(pwd):/data:z ondolin/gotify-matrix-bot