From 5b352cdc53d002e2fab3200025552164bfc173d3 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 5 Jan 2023 07:40:55 +0100 Subject: [PATCH] Get Gotify to listen to port 8080 (non-root) --- notifications.docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications.docker-compose.yml b/notifications.docker-compose.yml index 6911854..69db338 100644 --- a/notifications.docker-compose.yml +++ b/notifications.docker-compose.yml @@ -5,6 +5,7 @@ services: image: gotify/server entrypoint: ./data/entrypoint.sh environment: + GOTIFY_SERVER_PORT: 8080 GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/admin_password user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} networks: