mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Varnish config: replace hostname piped with hostname piped-backend to clearly use the appopriate hostname to avoid problems with the docker-magic and prevent confusion after hostname changes. (#19)
This commit is contained in:
parent
6129c5dfbf
commit
a492fdcabb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
vcl 4.0;
|
vcl 4.0;
|
||||||
|
|
||||||
backend default {
|
backend default {
|
||||||
.host = "piped:8080";
|
.host = "piped-backend:8080";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue