From 7cbc18fe590d6114ceec5df3d3c9579ad873c614 Mon Sep 17 00:00:00 2001 From: Jonathan Moss Date: Thu, 11 Aug 2022 03:04:37 -0400 Subject: [PATCH] Change default container name The name is changedetection.io in your docker container https://hub.docker.com/r/linuxserver/changedetection.io --- changedetection.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetection.subdomain.conf.sample b/changedetection.subdomain.conf.sample index 0f8fc82..ec842ee 100644 --- a/changedetection.subdomain.conf.sample +++ b/changedetection.subdomain.conf.sample @@ -31,7 +31,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; - set $upstream_app changedetection; + set $upstream_app changedetection.io; set $upstream_port 5000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port;