mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-13 22:00:40 +05:30
8d410df572
* 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>
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
vcl 4.0;
|
|
|
|
backend default {
|
|
.host = "piped:8080";
|
|
}
|