From afbf74d68f44966e2232829d9f52ef2a1de74d27 Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Fri, 11 Aug 2023 15:20:57 -0500 Subject: [PATCH 1/2] :bug: Changed dashy port from 4000 to 80 Signed-off-by: Joseph Harry --- dashy.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashy.subdomain.conf.sample b/dashy.subdomain.conf.sample index e6460d9..0b48301 100644 --- a/dashy.subdomain.conf.sample +++ b/dashy.subdomain.conf.sample @@ -38,7 +38,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app dashy; - set $upstream_port 4000; + set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } From 5e4bbd12767261d0cda6c1d3262b39777c4c61b0 Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Fri, 11 Aug 2023 15:53:27 -0500 Subject: [PATCH 2/2] :bug: Fixed port for dashy Signed-off-by: Joseph Harry --- dashy.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashy.subdomain.conf.sample b/dashy.subdomain.conf.sample index 0b48301..e4b7607 100644 --- a/dashy.subdomain.conf.sample +++ b/dashy.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2023/08/11 # make sure that your dashy container is named dashy # make sure that your dns has a cname set for dashy