mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
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:
parent
1da0c0c93e
commit
7cbc18fe59
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue