Piped-Docker/template/default.vcl
AtomHare 8d410df572
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

5 lines
54 B
Text

vcl 4.0;
backend default {
.host = "piped:8080";
}