ntfy : changement port

This commit is contained in:
Gitouche 2022-12-12 22:10:39 +01:00
parent 262d000ee5
commit b7d8473e80
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ntfy_image="git.garbaye.fr/garbaye/ntfy"
ntfy_version='v1.29.1'
## default vars : override with ENV var
listen_if="${GARBAYE_NTFY_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_NTFY_ENV_LISTENPORT:-8099}"
listen_port="${GARBAYE_NTFY_ENV_LISTENPORT:-8091}"
## mandatory ENV vars
envvars='GARBAYE_NTFY_BASE_URL'
## internal vars : do not touch