This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 9737bca9fd Add section for how to run Varnish (#7783)
9737bca9fd is described below

commit 9737bca9fd7d0a23421ff652419c615f14a26e90
Author: AbdelrahmanElawady 
<[email protected]>
AuthorDate: Mon Sep 11 22:31:07 2023 +0300

    Add section for how to run Varnish (#7783)
---
 infrastructure/cdn-in-a-box/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/infrastructure/cdn-in-a-box/README.md 
b/infrastructure/cdn-in-a-box/README.md
index c6f29b0dfb..0eed1e889a 100644
--- a/infrastructure/cdn-in-a-box/README.md
+++ b/infrastructure/cdn-in-a-box/README.md
@@ -169,6 +169,13 @@ By default, `docker-compose.yml` does not expose ports to 
the host. This allows
 
 To expose the ports of each service on the host, add the 
`docker-compose.expose-ports.yml` file. For example, `docker-compose -f 
docker-compose.yml -f docker-compose.expose-ports.yml up`.
 
+## Varnish
+
+By default, CDN-in-a-Box uses Apache Traffic Server as the cache server.
+
+To run CDN-in-a-Box with Varnish add the `docker-compose.varnish.yml` file.
+For example, `docker-compose -f docker-compose.yml -f 
docker-compose.varnish.yml up`
+
 ## Common Pitfalls
 
 ### Traffic Monitor is stuck waiting for a valid Snapshot

Reply via email to