Skip to content

Commit

Permalink
Add section for how to run Varnish (#7783)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanElawady committed Sep 11, 2023
1 parent df84e5e commit 9737bca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/cdn-in-a-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9737bca

Please sign in to comment.