From 87fac4e5aa56b9f9040ccfab1706c5f307ffbd82 Mon Sep 17 00:00:00 2001 From: realbuz Date: Tue, 5 Sep 2023 16:45:36 -0400 Subject: [PATCH 1/2] Update komga.subdomain.conf.sample 2023/09/05 docker has recently updated the port to 25600 from 8080 --- komga.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komga.subdomain.conf.sample b/komga.subdomain.conf.sample index 2cec3ba..99b24ff 100644 --- a/komga.subdomain.conf.sample +++ b/komga.subdomain.conf.sample @@ -38,7 +38,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app komga; - set $upstream_port 8080; + set $upstream_port 25600; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; @@ -48,7 +48,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app komga; - set $upstream_port 8080; + set $upstream_port 25600; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; From 3fc3fd9cb674964be2f543aeb0b8da70a15e9bcd Mon Sep 17 00:00:00 2001 From: realbuz Date: Wed, 6 Sep 2023 08:30:28 -0400 Subject: [PATCH 2/2] Update komga.subdomain.conf.sample updated date --- komga.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga.subdomain.conf.sample b/komga.subdomain.conf.sample index 99b24ff..6cf2191 100644 --- a/komga.subdomain.conf.sample +++ b/komga.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2023/09/05 # make sure that your komga container is named komga # make sure that your dns has a cname set for komga