This website requires JavaScript.
Explore
Help
Sign In
kavin
/
Piped-Docker
Watch
1
Star
0
Fork
0
You've already forked Piped-Docker
mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced
2025-01-06 01:20:38 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e52212a51
Piped-Docker
/
template
/
default.vcl
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Initial docker compose * Initial draft of the docker-compose with configuration files * Update docker-compose.yml update path * Add configure-instance script. * Fix caddyfile and improvements. * Enable quic for Caddy. * Add missing newline. * Remove unnecessary depends_on. Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-08-25 13:21:41 +05:30
vcl 4.0;
backend default {
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)
2022-08-15 19:01:34 +05:30
.host = "piped-backend:8080";
Add Initial docker compose * Initial draft of the docker-compose with configuration files * Update docker-compose.yml update path * Add configure-instance script. * Fix caddyfile and improvements. * Enable quic for Caddy. * Add missing newline. * Remove unnecessary depends_on. Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-08-25 13:21:41 +05:30
}
Reference in New Issue
Copy Permalink