Change default container name

The name is changedetection.io in your docker container https://hub.docker.com/r/linuxserver/changedetection.io
This commit is contained in:
Jonathan Moss 2022-08-11 03:04:37 -04:00 committed by GitHub
commit 7cbc18fe59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;