From 076207118b3f315775c1f1d8a12aba2ac2e41987 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 8 Nov 2020 18:49:40 +0000 Subject: [PATCH] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68ad2b6..c091c49 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ docker build . -t 'alertify:latest' e.g. ```bash -docker run --name alertify -p 8080:8080 -e TZ=Europe/London -e GOTIFY_KEY=_APPKEY_ -e GOTIFY_SERVER=gotify -e GOTIFY_PORT=80 alertify:latest +docker run --name alertify -p 8080:8080 -e TZ=Europe/London -e GOTIFY_KEY_APP=_APPKEY_ -e GOTIFY_SERVER=gotify -e GOTIFY_PORT=80 alertify:latest ``` ## Compose: @@ -74,8 +74,8 @@ services: environment: - TZ=Europe/London - DELETE_ONRESOLVE=true - - GOTIFY_KEY=_APPKEY_ - - GOTIFY_CLIENT=_CLIENTKEY_ + - GOTIFY_KEY_APP=_APPKEY_ + - GOTIFY_KEY_CLIENT=_CLIENTKEY_ - GOTIFY_SERVER=gotify - GOTIFY_PORT=80 restart: unless-stopped