You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The following environment files are expected:
11
11
*`S3_VCL_FILE` - The location of a vcl file to use. Expected S3Uri as it is used by [aws s3 cp](https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html) command.
12
12
*`VARNISH_CACHE_FOLDER` - Folder where disk backed cache is stored.
13
13
*`VARNISH_CACHE_SIZE` - Size of cache.
14
+
*`VARNISH_PORT` - Which port Varnish should listen on (defaults to 80)
14
15
15
16
## Running
16
17
@@ -19,7 +20,7 @@ The following environment files are expected:
0 commit comments