From 1d15c74cfbfe69e480b62f846e48542c4beaa6ac Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 5 Jan 2023 07:43:47 +0100 Subject: [PATCH] Get traefik to listen to port 8080 --- notifications.docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications.docker-compose.yml b/notifications.docker-compose.yml index 69db338..57f2646 100644 --- a/notifications.docker-compose.yml +++ b/notifications.docker-compose.yml @@ -18,6 +18,7 @@ services: restart: unless-stopped labels: traefik.enable: true + traefik.http.services.gotify.loadbalancer.server.port: 8080 networks: gotify: